• 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

      /multiple/example

      Developing
      GET
      /multiple/example
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      cURL
      curl --location --request GET '/multiple/example' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "id": "1",
          "name": "Samantha Lubowitz I"
      }'
      Response Response Example
      example1
      {
          "id": "49Fpvq9vCOdbs_3Qu_LUR",
          "name": "Dr. Darrin Flatley"
      }

      Request

      Body Params application/json
      id
      string 
      required
      ID
      name
      string 
      required
      name
      Examples

      Responses

      🟢200Success
      application/json
      Body
      id
      string 
      required
      ID
      name
      string 
      required
      name
      Previous
      Mock Array Test
      Next
      Schema description merge test
      Built with