Save pages - celdotro/marketplace GitHub Wiki
- Adds a new page or updates an existing one.
celmarket\Pages\PagesImport
savePage
- method: settings
- action: savePage
- id = page id
- pkey = page key
- ctnp = page content
- pg_n = page number
An object with the following attributes message = in case of success, the following text will be returned: "Pagina salvata";
https://github.com/celdotro/marketplace_examples/blob/master/Pages/2.savePages.php
{
"request": {
"id": 1,
"pkey": "X",
"ctnp": "X",
"pg_n": "X"
},
"response": {
"message": "X"
}
}