Update club request

POST /1/clubs/{id}/requests/{requestId}

Update club request

Path parameters

  • id string Required

    The club id.

  • requestId string Required

    The request id.

application/json

Body

  • status string Required

    The status of the club request.

Responses

  • 200 application/json

    Empty result.

POST /1/clubs/{id}/requests/{requestId}
curl \
 --request POST 'https://api.localsporthero.com/1/clubs/{id}/requests/{requestId}' \
 --header "Content-Type: application/json" \
 --data '{"status":"string"}'
Request examples
{
  "status": "string"
}
Response examples (200)
{}