UpdateRequest

PUT /clans/{clanid}/requests/{requestid}/

It serves to accept or reject an application for entry into a clan

Path parameters

Query parameters

  • action string Required

    Values are accept or reject.

Responses

  • 202 application/json

    Default Response

    Hide response attribute Show response attribute object
  • 400 application/json

    Bad Request

    Bad Request

  • 401 application/json

    Unauthorized

    Unauthorized

  • 405 application/json

    Method Not Allowed

    Method Not Allowed

  • 503 application/json

    Service Unavailable

    Service Unavailable

PUT /clans/{clanid}/requests/{requestid}/
curl \
 --request PUT 'http://api.example.com/clans/{clanid}/requests/{requestid}/?action=accept' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (202)
{
  "message": "string"
}
Response examples (400)
string
Response examples (401)
string
Response examples (405)
string
Response examples (503)
string