CommitteeClash Documentation
API
Backend
Frontend
Actions
Committee
Functions
CreateCommitteeActionDeleteCommitteeGetCommitteesRenameCommitteeAction
Leaderboard
Period
Possible-task
Review
Submit-task
App
Components
Lib
Types
FrontendActionsCommitteeFunctions

RenameCommitteeAction

Function: RenameCommitteeAction()

function RenameCommitteeAction(name, newName): Promise<Response<void>>

Defined in: src/actions/committee.tsx:120

Renames an existing committee.

Parameters

name

string

The current name of the committee.

newName

string

The new name for the committee.

Returns

Promise<Response<void>>
  • A promise that resolves to a response object indicating success or failure.

GetCommittees

Previous Page

Leaderboard

Next Page

On this page

Function: RenameCommitteeAction()ParametersnamenewNameReturns