curl --request PATCH \
--url https://api.flare.io/firework/v4/events/tenant/metadata \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"tags": [
"<string>"
],
"severity": "info",
"notes": "<string>"
}
'{
"uid": "<string>",
"notes": "<string>",
"tags": [
"<string>"
],
"severity": "<string>"
}curl --request PATCH \
--url https://api.flare.io/firework/v4/events/tenant/metadata \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"tags": [
"<string>"
],
"severity": "info",
"notes": "<string>"
}
'{
"uid": "<string>",
"notes": "<string>",
"tags": [
"<string>"
],
"severity": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://flare-xavier-add-flario-proxies-documentation.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?