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: message:
type: string type: string
securitySchemes: securitySchemes:
api-key: oidc:
type: apiKey flows:
name: api-key clientCredentials:
in: header tokenUrl: https://filled.later/
refreshUrl: https://filled.later/
scopes:
openid: openid
type: oauth2
security: security:
- api-key: [] - oidc:
- openid

Loading…
Cancel
Save