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" }
ACTIVE
DEPRECATED
DRAFT
ARCHIVED