Update a contract’s stage
cURL
curl --request PUT \ --url https://{hostname}.gable.ai/v0/contract/{id}/stage \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "contractStage": "ACTIVE" } '
{ "message": "<string>", "contractId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Contract ID
Contract stage update
The new contract stage for the contract
ACTIVE
DEPRECATED
DRAFT
ARCHIVED
Contract stage updated
Success message or information about the operation
The ID of the contract that was updated