Update a contract by ID

Use this endpoint to update a specific contract by its ID. Note that many fields are only editable before the contract is signed.

Path Params
integer
required

The unique ID of the contract.

Body Params

Request body parameters for updating a contract.

_private
object

Attributes that are only visible to the party of the current user. See Private

boolean

If set to true, the contract signing will postpone until the contract is ready.

array of objects | null

Sign order of the participants.

sign_order
tags
array of objects

list of objects of tag ids to be left in the contract

tags
Headers
string
required
length between 40 and 40

The API key of your Oneflow account.

string
required

The email address of a registered Oneflow user.

Responses

400

Invalid format or content of the request.

401

The API token or the user email is invalid.

403

The request is not authorized by the server.

404

A required entity is missing.

409

A conflict occurred with the current state of the target resource.

Language
URL
Choose an example:
application/json