Rename Committee
This endpoint allows an admin user to rename a committee.
AuthorizationBearer <token>
Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
name?string
The current name of the committee to be renamed. This parameter is required and must not be empty. If the committee does not exist, an error will be returned.
newName?string
The new name for the committee. This parameter is required and must not be empty. If the new name is already taken, an error will be returned.
Response Body
curl -X PUT "https://loading/Committee/RenameCommittee""string"Empty
Empty
Empty
Empty