Skip to main content
PATCH
/
domains
/
{domainId}
/
webflow
/
drafts
/
{itemId}
Update Webflow draft
curl --request PATCH \
  --url https://api.mentionpath.ai/api/v1/domains/{domainId}/webflow/drafts/{itemId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "collectionId": "<string>",
  "fieldData": {},
  "slug": "<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
itemId
string
required

Body

application/json
collectionId
string
required
fieldData
object
required
slug
string

Response

Draft updated