# UpdateClan **PUT /clans/{clanid}/** To update the clan. Only the leader can use this endpoint ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Token ## Parameters ### Path parameters - **clanid** (integer) ### Query parameters - **clanname** (string) Name of Clan - **clancolor** (string) The colour of the clan in hexadecimal - **clandiscord** (string) Discord server invitation code - **region** (string) Region of the clan - **symbol** (string) Symbol of the clan - **recruit** (boolean) ## Responses ### 201 Default Response #### Body: application/json (object) - **message** (string) ### 400 Bad Request #### Body: application/json (string) string ### 401 Unauthorized #### Body: application/json (string) string ### 405 Method Not Allowed #### Body: application/json (string) string ### 503 Service Unavailable #### Body: application/json (string) string [Powered by Bump.sh](https://bump.sh)