| Table of Contents | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
...
Get content/post information
Available only for Confluence Administrators or Space Administrator
This API supports Pagination
This API supports optional parameters
...
| Code Block | ||
|---|---|---|
| ||
{
"find": "Jira SD”,
"replace": “Jira SM”
} |
find - required - the text you want to replace
replace - required - the text you want to replace the search text with
ignoreCase - optional - whether the search text should be case-sensitive - true or false (default)
...
| Code Block | ||
|---|---|---|
| ||
{
"find": "Jira SD”,
"replace": “Jira SM”
} |
find - required - the text you want to replace
replace - required - the text you want to replace the search text with
ignoreCase - optional - whether the search text should be case-sensitive - true or false (default)
...