Add Browser Cache TTL endpoint (#127)

Co-authored-by: bnalonezi <b.alenezi@zid.sa>
This commit is contained in:
bnalonezi
2020-07-07 13:18:40 +03:00
committed by GitHub
parent afd332a747
commit fab493d2d3
4 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"success": true,
"errors": [],
"messages": [],
"result": {
"id": "browser_cache_ttl",
"value": 14400,
"editable": true,
"modified_on": "2014-01-01T05:20:00.12345Z"
}
}