createCustomContent
Create custom content
POST /custom-content HTTP/1.1Parameters
{}Response Schema
{
"allOf": [
{
"$ref": "#/components/schemas/CustomContentSingle"
},
{
"type": "object",
"properties": {
"_links": {
"type": "object",
"properties": {
"base": {
"type": "string",
"description": "Base url of the Confluence site."
}
}
}
}
}
]
}