Skip to main content
POST
Submit a draft project for approval (publish)

Authorizations

Authorization
string
header
required

OAuth 2.0 client credentials. The access token from POST /oauth/token is sent as a bearer token. Request only the scopes you need.

zivio-tenant-id
string
header
required

Your Zivio organisation identifier. The regional API endpoints serve every Zivio organisation, so each request must identify yours.

Path Parameters

id
integer
required

Project ID

Body

application/json
approvers
object

Approver selection keyed by approval step id, each value an array of approver user ids. Only needed when a prior call returned approver_selection_required.

Example:

Response

Project submitted; response is the serialized project (state new or pending)

The response is of type object.