Browse Source

V2

openapi3
Nicolas Massé 6 years ago
parent
commit
0461cd3b24
  1. 15
      openapi-spec.yaml

15
openapi-spec.yaml

@ -212,9 +212,14 @@ components:
message:
type: string
securitySchemes:
api-key:
type: apiKey
name: api-key
in: header
oidc:
flows:
clientCredentials:
tokenUrl: https://filled.later/
refreshUrl: https://filled.later/
scopes:
openid: openid
type: oauth2
security:
- api-key: []
- oidc:
- openid

Loading…
Cancel
Save