Publish article draft
Knowledge
Publish article draft
Publish a draft article.
POST
Publish article draft
Use this route to publish a draft article into the live knowledge graph.
Headers
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs write scope.application/jsonPath parameters
Draft article ID to publish.
Body parameters
This route uses the same required content fields as Create article.active, public, and origin are also accepted here.
Response
Returns the live article that remains after publish. See Manage knowledge for the shared article fields.If the draft was created from an existing live article, the response is that updated original live article. Otherwise, the response is a newly created live article.
Errors
400 Bad Request
400 Bad Request
The request body is malformed or one of the required arrays is empty.
401 Unauthorized
401 Unauthorized
403 Forbidden
403 Forbidden
The API key does not include the
write scope.404 Not Found
404 Not Found
The draft article does not exist in the workspace.

