Skip to content

Instantly share code, notes, and snippets.

@menakaj
Created July 19, 2020 08:03
Show Gist options
  • Save menakaj/968eaa7eb15b94e2ca14d73c920249c5 to your computer and use it in GitHub Desktop.
Save menakaj/968eaa7eb15b94e2ca14d73c920249c5 to your computer and use it in GitHub Desktop.
ApplyingAPIKey
# Resource Level
paths:
"/*":
get:
responses:
'200':
description: OK
x-wso2-application-security:
security-types:
- apiKey
optional: false
# API Level
security:
- apiKey: []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment