Last active
August 23, 2017 19:12
-
-
Save vicmancb/53b15eb798cdea7ca757085e72e0b299 to your computer and use it in GitHub Desktop.
sprint 60
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "content": { | |
| "status": "ACTIVE", | |
| "operations": { | |
| "delete": { | |
| "allowed": true, | |
| "restriction": "HAS_MODELED" | |
| } | |
| }, | |
| "reports": [], | |
| "usage": [] | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "content": [ | |
| { | |
| "id": 10, | |
| "name": "Axciom", | |
| "default": true | |
| }, | |
| { | |
| "id": 20, | |
| "name": "Experian", | |
| "default": false | |
| } | |
| ] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "content": { | |
| "status": "ACTIVE", | |
| "operations": { | |
| "delete": { | |
| "allowed": false, | |
| "restriction": "MODELED_RESTRICTION" | |
| } | |
| }, | |
| "reports": [], | |
| "usage": [] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment