updatePageTitle
Update page title
PUT /pages/{id}/title HTTP/1.1Parameters
{
"id": {
"description": "The ID of the page to be updated. If you don't know the page ID, use Get Pages and filter the results",
"required": true,
"location": "path",
"type": "integer",
"format": "int64"
}
}Response Schema
{
"allOf": [
{
"$ref": "#/components/schemas/PageSingle"
},
{
"type": "object",
"properties": {
"_links": {
"type": "object",
"properties": {
"base": {
"type": "string",
"description": "Base url of the Confluence site."
}
}
}
}
}
]
}