Publish a Version

To simplify the publishing of Versions via API, we've added a very simple route to call instead of including {version_number}. Simply POST to /v1.1/contracts/{contract_id}/versions/@latest/publish.

Note: This is not publishing by the id of the Version. To publish a Version by id, call /v1.1/versions/{version_id}/publish.

Path Params
integer
required

The ID of your contract.

integer
required

Numeric number of the Version (e.g., version 1 of Agreement with id 1).

Responses

400

Bad request.

401

The requester is unauthorized.

403

Forbidden.

404

Not found.

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json