Bulk add values to a dimension.
Requires super admin permission.
cURL
curl --request POST \ --url https://api.example.com/v1/dimensions/{dimension_id}/values/bulk \ --header 'Content-Type: application/json' \ --data ' { "values": [ { "value": "<string>", "display_name": "<string>", "metadata": {}, "sort_order": 0 } ] } '
[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "dimension_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "value": "<string>", "created_at": 123, "display_name": "<string>", "value_metadata": {}, "sort_order": 0 } ]
Request model for bulk adding values.
Hide child attributes
1 - 255
Successful Response
Was this page helpful?