Skip to main content
POST
/
v1
/
entities
/
{id}
/
entity-data-many
Create many entity data
curl --request POST \
  --url https://api.example.com/v1/entities/{id}/entity-data-many \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '[
  {}
]'

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Body

application/json

Response

204

ok