Backoffice
Manifest
Description
Will trigger a complete application manifest rebuild.
<?php
$endpoint = "http://www.domain.com/backoffice/api_options/manifest"
Response
Param | Type | Details | Default |
---|---|---|---|
success/error | int | Indicate whether there was an error during the process | 1 |
Clear tmp
Description
Clear var/tmp cache.
<?php
$endpoint = "http://www.domain.com/backoffice/api_options/cleartmp"
Success - Example
{
"success": 1
}
Response
Param | Type | Details | Default |
---|---|---|---|
success/error | int | Indicate whether there was an error during the process | 1 |
Clear cache
Description
Clear var/cache files.
<?php
$endpoint = "http://www.domain.com/backoffice/api_options/clearcache"
Success - Example
{
"success": 1
}
Response
Param | Type | Details | Default |
---|---|---|---|
success/error | int | Indicate whether there was an error during the process | 1 |
Clear logs
Description
Clear var/logs files.
<?php
$endpoint = "http://www.domain.com/backoffice/api_options/clearlogs"
Success - Example
{
"success": 1
}
Response
Param | Type | Details | Default |
---|---|---|---|
success/error | int | Indicate whether there was an error during the process | 1 |