StatsHub Docs
Endpoint referenceManager

/manager

POST
/api/v2/manager

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/api/v2/manager" \  -H "Content-Type: application/json" \  -d '{    "id": 0,    "name": "string"  }'
{  "$schema": "https://example.com/schemas/ManagerCreateCreatedBody.json",  "id": 0,  "message": "string",  "name": "string"}