Skip to main content
POST
/
v3
/
profile
/
tags
/
batch.json
Batch Update Profile Tags
curl --request POST \
  --url http://localhost/api/v3/profile/tags/batch.json \
  --header 'Content-Type: application/json' \
  --data '
{
  "profiles": [
    {
      "profile_id": "<string>",
      "tags": [
        "<string>"
      ]
    }
  ]
}
'
{
  "data": {
    "message": "<string>",
    "batch_id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
profiles
object[]
required
Minimum array length: 1

Response

data
object
required