curl --request PUT \
--url https://api.sandbox.tesouro.com/finops/v1/entities/{entity_id}/partner-metadata \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-finops-version: <x-finops-version>' \
--data '{
"metadata": {}
}'{
"metadata": {}
}Fully replace the current metadata object with the specified instance.
curl --request PUT \
--url https://api.sandbox.tesouro.com/finops/v1/entities/{entity_id}/partner-metadata \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-finops-version: <x-finops-version>' \
--data '{
"metadata": {}
}'{
"metadata": {}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Metadata for partner needs
Successful Response
Metadata for partner needs
Was this page helpful?