curl --request POST \
--url https://api.flare.io/firework/v2/assets/groups/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"tenant_id": 123,
"feed_id": 123,
"feed_owner_id": 123,
"name": "<string>",
"urn": "<string>"
}
'{
"assets_group": {
"id": 123,
"tenant_id": 123,
"feed_id": 123,
"feed_owner_id": 123,
"name": "<string>",
"urn": "<string>"
}
}curl --request POST \
--url https://api.flare.io/firework/v2/assets/groups/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"tenant_id": 123,
"feed_id": 123,
"feed_owner_id": 123,
"name": "<string>",
"urn": "<string>"
}
'{
"assets_group": {
"id": 123,
"tenant_id": 123,
"feed_id": 123,
"feed_owner_id": 123,
"name": "<string>",
"urn": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success
Show child attributes
Was this page helpful?