Endpoint
Authentication
This endpoint requires a valid JWT token.Path Parameters
The unique identifier of the beneficiario whose health profile you want to update
Request Body
You can update any combination of the following fields. All fields are optional.Physical fitness status
Whether the beneficiario has a medical condition
Name of the medical condition (if padecEnfermedad is true)
Whether the beneficiario consumes substances
Type of substances consumed (if consumeSustancias is true)
Health service affiliation (e.g., “IMSS”, “ISSSTE”, “Seguro Popular”)
Whether the beneficiario requires glasses
Additional medical observations or notes
Response
Returns the updated health profile object.Unique identifier for the health profile
ID of the associated beneficiario
Physical fitness status
Medical condition status
Name of medical condition
Substance consumption status
Type of substances
Health service affiliation
Glasses requirement
Medical observations
Last update timestamp
Example Request
Example Response
Error Responses
Not Found
Validation Error
This endpoint is useful when you know the beneficiario ID and want to update their health information directly without first retrieving the health profile ID.
To retrieve the health profile for a specific beneficiario, use the Get Salud by Beneficiario endpoint.
