Replies: 3 comments
-
For all response descriptions there is a collective description of how errors are structured: "400" : {
"description" : "Bad Request"
},
"401" : {
"description" : "Unauthorized"
},
"403" : {
"description" : "Forbidden"
},
"404" : {
"description" : "Not Found"
},
"406" : {
"description" : "Not Acceptable"
},
"500" : {
"description" : "Internal Server Error"
},
"503" : {
"description" : "Service Unavailable"
},
"4XX-5XX" : {
"description" : "Error responses have the following structure:",
"content" : {
"application/json" : {
"schema" : {
"$ref" : "#/components/schemas/errors"
}
}
}
} According to the openapi 3 specification, you can only define error ranges using codes like |
Beta Was this translation helpful? Give feedback.
-
If we send an attachment to the server, we have to send MultiForm content containing a resource description and the files itself. The resource is send in json as described in the API-Documentation. But the content type for the resource object must be set to
|
Beta Was this translation helpful? Give feedback.
-
We sometimes receive Errors, which contain |
Beta Was this translation helpful? Give feedback.
-
In this discussion, we will collect issues, we have when using the Polarion REST-API. We only want to collect things here, which are in our opinion bugs, and no feature/refactoring requests.
Beta Was this translation helpful? Give feedback.
All reactions