Name | Located in | Description | Required | Schema |
---|---|---|---|---|
txid | path | Yes | string |
curl --location -g --request PATCH '/api/v2/cobv/{{txid}}' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"valor": {
"original": "567.89"
}
}'
{}