APIEndpoint referenceManager
/manager/{id}
Path Parameters
id*integer
Format
int64Request 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 PUT "https://example.com/api/v2/manager/0" \ -H "Content-Type: application/json" \ -d '{ "countrySlug": "string", "name": "string", "shortName": "string", "slug": "string" }'{ "$schema": "https://example.com/schemas/MessageEnvelope.json", "message": "string"}
