Skip to main content
POST
/
crawl
/
{id}
/
pages
/
exclude
Exclude pages from sync
curl --request POST \
  --url https://api.open.cx/crawl/{id}/pages/exclude \
  --header 'Content-Type: application/json' \
  --data '
{
  "page_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}
'
{
  "excluded": 123
}

Path Parameters

id
string<uuid>
required

The website datasource ID

Body

application/json
page_ids
string<uuid>[]
required
Required array length: 1 - 100 elements

Response

Default Response

excluded
number
required