Closed agowa closed 3 years ago
You have some more Informationen?
You got an error or something ?
The authentication is missing. Other swagger/openAPIs have a button "Authenticate" at the top left. This one doesn't.
Something like this is missing:
openapi: 3.0.0
...
components:
securitySchemes:
basicAuth: # <-- arbitrary name for the security scheme
type: http
scheme: basic
security:
- basicAuth: [] # <-- use the same name here
According to the other help pages these exist:
Authorization: Basic (base64 of username:password)
-HeaderX-Domainrobot-SessionId: $sessionID
Unfortunately, this does not work at the moment. We recommend that you use PostMan.
Try out is currently not working as the Authentication information is not defined.