Skip to content

Instantly share code, notes, and snippets.

@raj-rajaratnam
Last active August 29, 2015 14:10
Show Gist options
  • Save raj-rajaratnam/acd39dcdc27e9a5d11fd to your computer and use it in GitHub Desktop.
Save raj-rajaratnam/acd39dcdc27e9a5d11fd to your computer and use it in GitHub Desktop.
{
"httpMethod": "PUT",
"summary": "",
"nickname": "",
"parameters": [
{
"name": "Payload",
"description": "Request Payload",
"paramType": "body",
"required": false,
"allowMultiple": false,
"dataType": "String"
},
{
"name": "Authorization",
"description": "OAuth2 Authorization Header",
"paramType": "header",
"required": false,
"allowMultiple": false,
"dataType": "String"
},
{
"name": "Tenant",
"description": "Tenant Header",
"paramType": "header",
"required": false,
"allowMultiple": false,
"dataType": "String"
},
{
"name": "Enterprise",
"description": "Enterprise Header",
"paramType": "header",
"required": false,
"allowMultiple": false,
"dataType": "String"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment