Skip to main content
POST
Request an approval

Usage

Authorizations

Authorization
string
header
required

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

Path Parameters

request_uid
string
required

The UID (or friendly_id) of the request

Body

application/json
body_markdown
string
required

Content of the approval request as markdown. Takes precedence over body_text when both are provided.

approver_uids
array | null

UID of one or more users

add_to_followers
boolean
default:false

Whether approvers should be added to followers of the request

body_text
string | null
deprecated

please use "body_markdown" instead

sent_by
string | null

Optional UID of another admin user that should be considered authoring approval request

Response

Created

result
object