/api/pages/:id
Update page content
Patch parameters
Send a key/value object with the new page content as request body:
{
"intro": "This is a great article",
"text": "It's very very long"
}
Update page content
Send a key/value object with the new page content as request body:
{
"intro": "This is a great article",
"text": "It's very very long"
}