Skip to main content
POST
Approve a supplier question's answer — and optionally share it with all suppliers

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

question_id
integer
required

Per-project public question number (the N in "Q-N").

Body

application/json
response
string

Answer text; required only when the question has no recorded response yet.

visibility
enum<string>

shared publishes the approved answer to every invited supplier.

Available options:
secret,
shared
Example:

"shared"

Response

The approved question

The response is of type object.