Skip to main content
POST
/
api
/
v1
/
accounts
/
{accountId}
/
projects
/
{projectId}
/
widgets
/
{widgetId}
/
configurations
{
  "id": "<string>",
  "description": "<string>",
  "name": "<string>",
  "configuration": {},
  "version": "<string>"
}

Path Parameters

accountId
string
required

The ID of the account

projectId
string
required

The ID of the project

widgetId
string
required

The ID of the widget

Body

application/json
configuration
object
required
status
string
required
name
string
description
string

Response

id
string
required
description
string
required
name
string
required
configuration
object
required
version
string
required