...
200 OK When request is valid and value was updated
Body: OK
Code Block |
---|
{
"status": "SUCCESS",
"message": "Macro for pageId 1979514881 has been updated!"
} |
400 BAD REQUEST When request is invalid
...
200 OK When request is valid and value was updated
Body: OK
400 BAD REQUEST When request is invalid
Body:Bad Request
Code Block |
---|
{
"status": "SUCCESS",
"message": "Page has been created with Macro for space fff, new page(s) are 1979514881",
"newPages": [
"1979514881"
]
} |
400 BAD REQUEST When request is invalid
Body:Bad Request
Info |
---|
Note: Verify parameters to resolve this issue |
...
spaceKey = the spaceKey to store the page with macro config on.
pageId = the page to store read the macro config on values from
...