Rename Committee
This endpoint allows an admin user to rename a committee.
PUT
/Committee/RenameCommittee
Authorization
Authorization
RequiredBearer <token>Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
name
stringThe 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
stringThe 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.
Returns the new name of the committee if renamed successfully.