# Update a custom role **PUT /v1/spotMemberCustomRole/{customRoleId}** Update a custom role ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **customRoleId** (string) The id of the custom role ### Body: application/json (object) - **label** (string) The label of the custom role. - **description** (string) The description of the custom role. - **permissions** (array[string]) The permissions of the custom role. ## Responses ### 200 Custom role successfully updated #### Body: application/json (object) - **id** (string) The id of the custom role. - **label** (string) The label of the custom role. - **description** (string) The description of the custom role. - **permissions** (array[string]) The permissions of the custom role. ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden ### 404 Custom role not found [Powered by Bump.sh](https://bump.sh)