Skip to content

Instantly share code, notes, and snippets.

@kevprice83
Last active May 11, 2016 10:45
Show Gist options
  • Save kevprice83/48a8a84c7fbcc15d71b0f971e6926dfe to your computer and use it in GitHub Desktop.
Save kevprice83/48a8a84c7fbcc15d71b0f971e6926dfe to your computer and use it in GitHub Desktop.
"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