Authorizations
Circle's API Keys are formatted in the following structure "PREFIX:ID:SECRET". All three parts are requred to make a successful request.
Headers
Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.
"2adba88e-9d63-44bc-b975-9b6ae3440dde"
Path Parameters
The universally unique identifier of the resource.
"b3d9d2d5-4c12-4946-a09d-953e82fae2b0"
Body
Update contract properties request
The name for a contract. Must be alphanumeric [a-zA-Z0-9].
"First Contract"
The description for a contract.
"My first hello world contract"
The archive state of the contract. If true, the contract will not be visible in your dashboard.
false
Response
Contract is updated.