Partially update studio template
PATCH/widget-studio-templates/:studioTemplateId
Update several fields of studio template
Request
Path Parameters
Id of the widget studio template object
- application/json
Body
required
Id of the widget studio template
Indicates if the template has been marked as a favorite
Site Id of the project this widget studio template belongs to
Data that belongs to this widget studio template
Widget that can be parsed and used as a studio template
Responses
- 200
- 400
- 403
- 423
- 500
OK
- */*
- Schema
- Example (from schema)
Schema
Unique Id of the given widget studio template.
Indicates if this template has been marked as a favorite.
Site Id of the widget studio template.
Widget studio template data that is associated with this template.
Widget that can be parsed and used as a studio template.
{
"id": 0,
"isFavorite": true,
"siteId": 0,
"studioTemplate": "string",
"widgetId": 0
}
Bad Request
- */*
- Schema
- Example (from schema)
Schema
Possible values: [SUCCESS
, ERROR
]
{
"code": "string",
"impersonator": "string",
"message": "string",
"name": "string",
"status": "SUCCESS",
"sub": "string",
"time": 0,
"timestamp": "2024-07-29T15:51:28.071Z"
}
Forbidden
- */*
- Schema
- Example (from schema)
Schema
Possible values: [SUCCESS
, ERROR
]
{
"code": "string",
"impersonator": "string",
"message": "string",
"name": "string",
"status": "SUCCESS",
"sub": "string",
"time": 0,
"timestamp": "2024-07-29T15:51:28.071Z"
}
Locked
- */*
- Schema
- Example (from schema)
Schema
Possible values: [SUCCESS
, ERROR
]
{
"code": "string",
"impersonator": "string",
"message": "string",
"name": "string",
"status": "SUCCESS",
"sub": "string",
"time": 0,
"timestamp": "2024-07-29T15:51:28.071Z"
}
Internal Server Error
- */*
- Schema
- Example (from schema)
Schema
Possible values: [SUCCESS
, ERROR
]
{
"code": "string",
"impersonator": "string",
"message": "string",
"name": "string",
"status": "SUCCESS",
"sub": "string",
"time": 0,
"timestamp": "2024-07-29T15:51:28.071Z"
}