Update Period
This endpoint allows an admin user to update an existing period with a specified ID, name, start date, and end date.
PUT
/Period/UpdatePeriod
Authorization
Authorization
RequiredBearer <token>Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
PeriodId
stringThe ID of the period to be updated.
Format:
"uuid"
Name
stringThe new name for the period.
StartDate
stringThe new start date for the period.
Format:
"date-time"
EndDate
stringThe new end date for the period.
Format:
"date-time"
Returns the updated period if the update is successful.