Skip to main content
PUT
Update a contract's stage

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string<uuid>
required

Contract ID

Body

application/json

Contract stage update

contractStage
enum<string>
required

The new contract stage for the contract

Available options:
ACTIVE,
DEPRECATED,
DRAFT,
ARCHIVED

Response

Contract stage updated

message
string
required

Success message or information about the operation

contractId
string<uuid>
required

The ID of the contract that was updated