• Start your Apidog journey
    • Sample APIs
      • Deletes a pet
        DELETE
    • Auth 组件变量解析问题@vin
      • Ref Token
        • Token
      • Ref "Router Token"
        • RouterToken
    • export_openapi_multiple example
      • /multiple/example0/{TALENT}/1
        GET
      • /multiple/example2
        GET
      • /multiple/example3
        GET
    • auth 引用组件
      PUT
    • auth 非组件
      POST
    • Mock Array Test
      GET
    • /multiple/example
      GET
    • Schema description merge test
      GET
    • Finds Pets by status
      GET
    • test3333
      GET

      auth 引用组件

      PUT
      /pet
      pet
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request PUT '/pet' \
      --header 'Content-Type: application/json' \
      --data-raw '{}'
      Response Response Example
      405 - Example 1
      {}

      Request

      Authorization
      Bearer Token
      Provide your bearer token in the
      Authorization
      header when making requests to protected resources.
      Example:
      Authorization: Bearer ********************
      or
      Body Params application/json
      object {0}
      Examples

      Responses

      🟠405Validation error
      application/json
      Body
      object {0}
      🟢200OK
      🟠404Record not found
      Previous
      /multiple/example3
      Next
      auth 非组件
      Built with