You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swagger'da hatasız bir şekilde çalışırken Postman vb. şekilde işlem yaptığımda
{
"type": "https://example.com/probs/internal",
"title": "Internal server error",
"status": 500,
"detail": "Internal server error"
}
şeklinde bir çıktı alıyorum.
Swagger'da olması gerektiği gibi bu şekilde bir çıktı alabiliyorum.
Swagger'da hatasız bir şekilde çalışırken Postman vb. şekilde işlem yaptığımda
{
"type": "https://example.com/probs/internal",
"title": "Internal server error",
"status": 500,
"detail": "Internal server error"
}
şeklinde bir çıktı alıyorum.
Swagger'da olması gerektiği gibi bu şekilde bir çıktı alabiliyorum.
{
"type": "https://example.com/probs/business",
"title": "Rule violation",
"status": 400,
"detail": "PasswordDontMatch"
}
The text was updated successfully, but these errors were encountered: