Endpoint
Authentication
This endpoint requires a valid JWT token.Path Parameters
The unique identifier of the beneficiario to update
Request Body
All fields are optional. Only include fields you want to update.Full name of the beneficiario (max 150 characters)
Assigned time amount (must be greater than 0)
Time unit. Must be one of:
HORAS- HoursMESES- Months
Response
Returns the updated beneficiario object.Unique identifier for the beneficiario
Full name of the beneficiario
Date of entry
Assigned time amount
Time unit (HORAS or MESES)
Timestamp when record was created
Example Request
Example Response
Error Responses
Not Found
Validation Error
You only need to include the fields you want to update. Fields not included in the request will remain unchanged.
