UpdateMemberPermissions

PUT /clans/{clanid}/members/{memberid}/permissions/

Only the leader can perform this action

Path parameters

Query parameters

Responses

  • 200 application/json

    Default Response

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

    Bad Request

    Bad Request

  • 401 application/json

    Unauthorized

    Unauthorized

  • 503 application/json

    Service Unavailable

    Service Unavailable

PUT /clans/{clanid}/members/{memberid}/permissions/
curl \
 --request PUT 'http://api.example.com/clans/{clanid}/members/{memberid}/permissions/?request=true&kickmembers=true&walkers=true&bot=true&diplomacy=true' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "message": "string"
}
Response examples (400)
string
Response examples (401)
string
Response examples (503)
string