Skip to main content
POST
/
docs
/
drafts
/
{id}
/
accept
Accept docs draft
curl --request POST \
  --url https://productlane.com/api/v2/docs/drafts/{id}/accept \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "article_id": "<string>",
  "applied_version_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://productlane.mintlify.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Successful response

id
string
required
status
enum<string>
required
Available options:
draft,
open,
accepted,
rejected,
superseded
article_id
string | null
required
applied_version_id
string | null
required