Design Studio
Create a component
Creates a custom component.
post/v1/design_studio/components
Request body
Example request
{
"name": "Custom footer",
"tag": "custom-footer"
}Response
Component created
Example response
{
"component": {
"id": "e89b-12d3",
"name": "Custom footer",
"tag": "custom-footer",
"parent_folder_id": "123e4567-e89b-12d3-a456-426614174000",
"created": 1773856017
}
}Changes
Changed in 1 of the 2 revisions of this API.4
- ▲
the
//response's property type changed fromintegertostringfor statusresponse-property-type-changed
- ▲
the
//response's property type changed fromintegertostringfor statusresponse-property-type-changed
- ▲
the
//response's property type changed fromintegertostringfor statusresponse-property-type-changed
- ▲
the
//response's property type changed fromintegertostringfor statusresponse-property-type-changed
- ▲