Skip to main content
PATCH
/
domains
/
{domainId}
/
prompts
/
{promptId}
Update prompt
curl --request PATCH \
  --url https://api.mentionpath.ai/api/v1/domains/{domainId}/prompts/{promptId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "title": "<string>",
  "locations": "<string>"
}
'

Authorizations

Authorization
string
header
required

API token or OAuth access token from Account → API in the Mentionpath app.

Path Parameters

domainId
string<uuid>
required
promptId
integer
required

Body

application/json
title
string
locations
string
categoryType
enum<string>
Available options:
commercial,
informational,
brand
status
enum<string>
Available options:
active,
archived

Response

Updated