updatePageRule.json 548 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "success": true,
  3. "errors": [
  4. {}
  5. ],
  6. "messages": [
  7. {}
  8. ],
  9. "result": {
  10. "id": "9a7806061c88ada191ed06f989cc3dac",
  11. "targets": [
  12. {
  13. "target": "url",
  14. "constraint": {
  15. "operator": "matches",
  16. "value": "*example.com/images/*"
  17. }
  18. }
  19. ],
  20. "actions": [
  21. {
  22. "id": "always_online",
  23. "value": "on"
  24. }
  25. ],
  26. "priority": 1,
  27. "status": "active",
  28. "modified_on": "2014-01-01T05:20:00.12345Z",
  29. "created_on": "2014-01-01T05:20:00.12345Z"
  30. }
  31. }