Update widget studio template
PUT/widget-studio-templates/:studioTemplateId
Update studio template with given id
Request
Path Parameters
The ID of the widget studio template object
- application/json
Body
required
Boolean value to indicate if the template is a favorite.
Project or site id of a widget studio template.
Widget studio template data that is associated with this 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 identifier of the given widget studio template.
Boolean value to indicate if the template is a favorite.
Project or site id of a 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"
}