Skip to main content
POST
Mark a supplier question as a duplicate of another question

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

Public question number of the DUPLICATE (the N in "Q-N").

Body

application/json
duplicate_of
integer
required

Public question number of the CANONICAL question this one duplicates.

Example:

3

Response

The question, now linked and carrying any inherited response/approval state

The response is of type object.