Update contract
POST/v1/synchronization-contract
This endpoint is used to synchronize metadata about contracts already in the system.
Request
Responses
- 200
- 202
- 400
- 401
- 403
- 404
- 500
Data synchronized successfully
Data accepted. Contract was not immediately matched, but data is stored for future synchronization
Bad request. A malformed request body is reported with violations; a status outside the documented values is reported with the code unsupported_field_value.
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Data about contract not available. Nothing could be updated. The contract is resolved before the request body is validated, so this is returned even when the body also carries a rejected value.
Internal server error