In general, I can create a new page and fill the body with content. It looks like it was expected. But I need to create a page in full-width size. REST API documentation should have provided something about the properties of the newly created page but nothing.
This is my part of the JSON-code snippet for creating a new page.
{
"spaceId": "${spaceid}",
"status": "current",
"title": "${owner}",
"parentId": "${parentid}",
"metadata":{
"properties": {
---> Something should be in this place? <-----
},
"body": {
"representation": "wiki",
"value": "${html}"
}
}
Maybe somebody was investigate it?