Update Club Requests

Update Club Requests

put
Authorizations
Path parameters
idstring · uuidRequired

The club request ID for updating.

Body
all ofOptional
Responses
200

Response type that returns a ClubRequest record.

application/json
Responseall of
put
PUT /v1/clubs/requests/{id} HTTP/1.1
Host: api.mysk.school
X-Api-Key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 89

{
  "data": {
    "status": "approved"
  },
  "fetch_level": "id_only",
  "descendant_fetch_level": "id_only"
}
{
  "api_version": "text",
  "data": {
    "id": "123e4567-e89b-12d3-a456-426614174000"
  },
  "error": null,
  "meta": {
    "timestamp": "2025-09-04T15:32:58.363Z",
    "pagination": null
  }
}

Last updated