Rename Committee
This endpoint allows an admin user to rename a committee.
PUT
/Committee/RenameCommitteeAuthorization
AuthorizationRequiredBearer <token>Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
namestringThe 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.
newNamestringThe 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.