/themes/{id}
PUT {{baseUrl}}/themes/:id
Updates a theme
Request Body
{"title"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"id":"\u003cinteger\u003e","createdAt":"\u003cstring\u003e","title":"\u003cstring\u003e","live":"\u003cboolean\u003e","previewUrl":"\u003cstring\u003e"}