StatsHub Docs
APIEndpoint referenceManager

/manager/{id}

PUT
/api/manager/{id}

Path Parameters

id*integer
Formatint64

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X PUT "https://example.com/api/manager/0" \  -H "Content-Type: application/json" \  -d '{    "countrySlug": "string",    "name": "string",    "shortName": "string",    "slug": "string"  }'
{  "message": "string"}