security-export-demo
  1. public
security-export-demo
  • secret
    • Requires auth (should inherit)
      GET
    • Requires auth (explicit)
      GET
  • public
    • No auth (should inherit)
      GET
    • No auth (explicit)
      GET
  1. public

No auth (explicit)

Developing
GET
/public2
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://dev.your-api-server.com/public2'
Response Response Example
{}

Request

None

Responses

🟢200Success
application/json
Body

Previous
No auth (should inherit)
Built with