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
  • Sample APIs
    • 1-引用响应组件+引用跨模块组件
      GET
    • 2-未引用响应组件
      POST
    • 3-引用本模块组件
      PUT
    • Deletes a pet
      DELETE
    • Finds Pets by status
      GET
  1. public

No auth (explicit)

Developing
GET
/public2

Request

None

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://dev.your-api-server.com/public2'
Response Response Example
{}
Previous
No auth (should inherit)
Next
1-引用响应组件+引用跨模块组件
Built with