1234567891011121314151617181920212223242526272829303132 |
- {
- "success": true,
- "errors": [
- {}
- ],
- "messages": [
- {}
- ],
- "result": {
- "id": "9a7806061c88ada191ed06f989cc3dac",
- "targets": [
- {
- "target": "url",
- "constraint": {
- "operator": "matches",
- "value": "*example.com/images/*"
- }
- }
- ],
- "actions": [
- {
- "id": "always_online",
- "value": "on"
- }
- ],
- "priority": 1,
- "status": "active",
- "modified_on": "2014-01-01T05:20:00.12345Z",
- "created_on": "2014-01-01T05:20:00.12345Z"
- }
- }
|