Skip to main content
PATCH
/
orgs
/
{org_id}
/
broadcasts
/
{broadcast_id}
/
properties
/
entries
Update Broadcast Property Entries
curl --request PATCH \
  --url https://api.useinvent.com/orgs/{org_id}/broadcasts/{broadcast_id}/properties/entries \
  --header 'Content-Type: application/json' \
  --data '
{
  "entries": [
    {
      "values": {},
      "user_id": "<string>",
      "email": "<string>",
      "phone": "<string>"
    }
  ]
}
'
{
  "properties_count": 123,
  "entries_count": 123
}

Path Parameters

org_id
string
required

Org ID

broadcast_id
string
required

Broadcast ID

Body

Schema for importing broadcast property entries

entries
object[]
required
Maximum array length: 50000

Response

200 - application/json
properties_count
number
required
entries_count
number
required