Skip to main content
POST
/
api
/
v1
/
accounts
/
{accountId}
/
projects
/
{projectId}
/
widgets
/
{widgetId}
/
configurations
/
{widgetConfigurationId}
/
rollback-deltas
{
  "id": "<string>",
  "widgetId": "<string>",
  "widgetType": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "slug": "<string>",
  "description": "<string>",
  "configuration": {},
  "version": "<string>",
  "status": "<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

widgetConfigurationId
string
required

The ID of the widget configuration

Response

id
string
required
widgetId
string
required
widgetType
string
required
createdAt
string<date-time>
required
version
string
required
name
string
slug
string
description
string
configuration
object
status
string