This endpoint manages the update of a single file in a 'FMD' table called "relacion"
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
Request Code Samples
curl --location --request PATCH '/v1/auth/relationship' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'
Responses
application/json
{
"message": "El campo 'relacion' se ha editado con exito",
"status": 200
}
Modified at 2025-04-03 18:29:13