Skip to main content
PATCH
https://api.rankspot.ai
/
v1
/
people-also-ask
/
{id}
Update a question
curl --request PATCH \
  --url https://api.rankspot.ai/v1/people-also-ask/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "id": "clx...",
  "question": "How do I start a blog?",
  "status": "new",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "postId": "clx..."
}

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..."