Last active
May 11, 2016 10:45
-
-
Save kevprice83/48a8a84c7fbcc15d71b0f971e6926dfe to your computer and use it in GitHub Desktop.
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
"parameters": [ | |
{ | |
"name": "user_key", | |
"description": "Your access API Key", | |
"type": "string", | |
"in": "query", | |
"x-data-threescale-name": "user_keys", | |
// or "x-data-threescale-name": "app_ids" for authentication model App Id or OAuth | |
// and "x-data-threescale-name": "app_keys" for authentication mode APP Id | |
"required": true | |
}, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment