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/UpdatePeriodAuthorization
AuthorizationRequiredBearer <token>Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
PeriodIdstringThe ID of the period to be updated.
Format:
"uuid"NamestringThe new name for the period.
StartDatestringThe new start date for the period.
Format:
"date-time"EndDatestringThe new end date for the period.
Format:
"date-time"Returns the updated period if the update is successful.