Skip to main content
PATCH
Update a question

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
Available options:
new,
processed

Response

id
string
required
Example:

"clx..."

question
string
required
Example:

"How do I start a blog?"

status
enum<string>
required
Available options:
new,
processed
Example:

"new"

createdAt
string<date-time>
required
updatedAt
string<date-time>
required
postId
string | null
Example:

"clx..."