MetaImp
  1. Summoner
MetaImp
  • Start your Apidog journey
  • Sample APIs
    • Find pet by ID
      GET
    • Add a new pet to the store
      POST
    • Update an existing pet
      PUT
    • Deletes a pet
      DELETE
    • Finds Pets by status
      GET
  • Summoner
    • Update Summoner
      GET
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
  1. Summoner

Update Summoner

Developing
Develop Env
http://localhost:3000/api
Develop Env
http://localhost:3000/api
GET
http://localhost:3000/api
/update-summoner/{summonerName}

Request

Path Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:3000/api/update-summoner/paddy-carry'

Responses

🟢200Success
application/json
Body

Example
{
    "success": true,
    "status": "QUEUE_FULL",
    "message": "string",
    "queuePosition": 0,
    "queueStatus": "PENDING"
}
Modified at 2025-02-27 06:50:39
Previous
Finds Pets by status
Next
Pet
Built with