-
-
Save ignamiguel/a416f7c9103d2e613b2b1396dce84c4c to your computer and use it in GitHub Desktop.
This file contains 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
#%RAML 1.0 NamedExample | |
value: { | |
"items": { | |
"show-new-navbar": { | |
"_links": { | |
"self": { | |
"href": "/api/v2/users/demo-project/production/216c84b1-19dd-42b2-a9a4-58e4098bf31c/flags/show-new-navbar", | |
"type": "application/json" | |
} | |
}, | |
"_value": false, | |
"setting": null | |
} | |
}, | |
"_links": { | |
"self": { | |
"href": "/api/v2/users/demo-project/production/216c84b1-19dd-42b2-a9a4-58e4098bf31c/flags", | |
"type": "application/json" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment