cURL
curl --request POST \ --url https://statsigapi.net/console/v1/dashboards/{id}/widgets \ --header 'Content-Type: application/json' \ --header 'STATSIG-API-KEY: <api-key>' \ --data ' { "widgets": [ { "type": "text", "title": "<string>", "content": "<string>", "width": 6, "height": 1 } ], "defaults": { "granularity": "auto" }, "max_cols": 1 } '
{ "message": "Dashboard Widgets Added Successfully", "data": { "ids": [ "widget_id" ] } }
Documentation IndexFetch the complete documentation index at: https://statsig-4b2ff144-mintlify-seo-metadata-1777910999.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://statsig-4b2ff144-mintlify-seo-metadata-1777910999.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
id
1
Show child attributes
x > 0
Add dashboard widgets response
A simple string explaining the result of the operation.
A single result.
Was this page helpful?