Skip to main content
POST
/
api
/
v1
/
accounts
/
{accountId}
/
projects
/
{projectId}
/
widgets
/
{widgetId}
/
configurations
/
{widgetConfigurationId}
/
deltas
{
  "id": "<string>",
  "accountId": "<string>",
  "baseWidgetConfigurationId": "<string>",
  "creatorId": "<string>",
  "delta": {},
  "fullConfiguration": {},
  "createdAt": "<string>",
  "sequenceNumber": 123
}

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

widgetConfigurationId
string
required

The ID of the widget configuration

Body

application/json
delta
object[]
required

The patch to apply to the widget configuration

sequenceNumber
number
required

The sequence number of the delta

fullConfiguration
object

The full widget configuration - optional, used for validation until we are confident in patching strategy

Response

id
string
required

The ID of the widget configuration delta

accountId
string
required

The ID of the account

baseWidgetConfigurationId
string
required

The ID of the base widget configuration

creatorId
string
required

The ID of the creator

delta
object
required

The patch applied to the widget configuration

createdAt
string
required

The timestamp when the delta was created

sequenceNumber
number
required

The sequence number of the delta

fullConfiguration
object

The full widget configuration after applying the patch