diff --git a/openapi/src/common/securitySchemes.yaml b/openapi/src/common/securitySchemes.yaml index f516d077e8..75bdc8f788 100644 --- a/openapi/src/common/securitySchemes.yaml +++ b/openapi/src/common/securitySchemes.yaml @@ -6,3 +6,7 @@ ProjectSecret: type: http scheme: basic description: Project Secret +OAuthToken: + type: http + scheme: bearer + description: OAuth Token diff --git a/openapi/src/gdpr.openapi.yaml b/openapi/src/gdpr.openapi.yaml index 35fc6b595d..7191e4756a 100644 --- a/openapi/src/gdpr.openapi.yaml +++ b/openapi/src/gdpr.openapi.yaml @@ -9,7 +9,7 @@ info: servers: - $ref: ./common/app-api.yaml#/server security: - - ServiceAccount: [] + - OAuthToken: [] tags: - name: Cancel Deletion description: Cancels an existing deletion task