You are not logged in.
Pages: 1
Fatal exception EOpenApi raised with message
TPascalException.Create: unsupported schema for {"description":"","content":{"*/*":{"schema":{"type":"object","properties":{}},"example":"Bad Request"}},"headers":{}}
here is code snippets:
"400": {
"description": "",
"content": {
"*/*": {
"schema": {
"type": "object",
"properties": {}
},
"example": "Bad Request"
}
},
"headers": {}
},
Offline
Pages: 1