Designations
Update Designation
Update an existing designation
PUT
Update an existing designation by its unique identifier. All fields are optional and only provided fields will be updated. This endpoint requires Super Admin or HR Manager role.
This endpoint supports both
PUT and PATCH methods.Path Parameters
string
required
The unique identifier of the designation (UUID)
Request Body
string
The name of the designation (2-255 characters)
string
A description of the designation
string
UUID of the associated level
string
UUID of the associated department
string
Status of the designation. Must be either
active or inactiveResponse
boolean
Indicates if the request was successful
object
The updated designation object