Skip to main content
PATCH
Approve or reject a presentation.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
status
enum<string>
required

New status for the presentation

Available options:
approved,
rejected
Example:

"approved"

Response

200 - application/json

Updated presentation.

data
object
required
meta
object
errors
object[]