Levels
Update Level
Update an existing organizational level
PUT
Authorization
Requires authentication with a Bearer token. Only users with the following roles can update levels:- Super Admin
- HR Manager
Path Parameters
string
required
The unique identifier of the level (UUID format)
Request Body
All fields are optional. Only include fields you want to update.string
Name of the level (2-255 characters)
integer
Hierarchy level number (minimum 1). Used for ordering levels within the organization.
number
Minimum salary for this level (must be non-negative)
number
Maximum salary for this level (must be non-negative)
string
Description of the level
Response
boolean
Indicates if the request was successful
object
The updated level object
HTTP Methods
This endpoint supports bothPUT and PATCH methods with the same behavior. Both methods perform partial updates, allowing you to update only the fields you specify.