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 '/v2/fmd/relationship' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'
Responses
application/json
{
"meta": {
"timestamp": "2025-04-07T16:56:35+00:00",
"api_version": "v2.0.0",
"status": 200,
"copyright": "© 2025 api.dataemergencia.com. All rights reserved."
},
"data": {
"type": "response",
"id": 0,
"attributes": {
"message": "No se requirieron cambios"
}
}
}
Modified at 2025-04-07 19:15:34