InterNetX / domainrobot-api

Swagger documentation for different APIs powered by InterNetX GmbH.
MIT License
18 stars 9 forks source link

"Try out" not working #10

Closed agowa closed 2 years ago

agowa commented 3 years ago

Try out is currently not working as the Authentication information is not defined.

mschrieck commented 3 years ago

You have some more Informationen?

You got an error or something ?

agowa commented 3 years ago

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:

TamaoX8 commented 2 years ago

Unfortunately, this does not work at the moment. We recommend that you use PostMan.