API reference · Work Management v1POST/api/v1/time-periods/{id}/reopen
Reopen time period
Current route delegates to ApiTimeSheetController.update() (time sheet update flow), not dedicated time-period reopen logic.
Path parameters
idstring <uuid>Required
UUID path identifier from underlying resource tables.
Request body
Content type: application/json · schema WorkV1GenericBody
objectController/service-specific payload; see source route/controller for exact required shape.
Response body
Success response 200 · schema WorkV1ApiSuccess
anyOf (option 2)array of object
Response codes
201
Create-like operation succeeded.
400
Validation or request parsing failure.
401
API key missing/invalid or associated user missing.
403
RBAC denied for time_sheet resource action.
404
Target resource not found.
500
Unexpected controller/service failure.