Table of Contents |
---|
...
Info |
---|
pageId is a very important parameter and should be supplied always, as all the methods are executed when PAGE is known/defined, otherwise a NOT FOUND error is shown See Atlassian guide how to find pageId parameter for the page - https://confluence.atlassian.com/confkb/how-to-get-confluence-page-id-648380445.html |
...
Info | ||
---|---|---|
Adding "_skipIfParamIsEmpty" parameter with value "true" to your request helps to bypass setting all the fields - useful when you have field definitions with validations and you dont want to set / reset those with your REST API call
|
...