Skip to content

Commit

Permalink
fix(oauth2): Fixed Gmail API OAuth2 schema
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Aug 15, 2024
1 parent 75fac9e commit 205f34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/schemas.js
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ const oauthCreateSchema = {
.base64({ paddingRequired: false, urlSafe: true })
.max(512)
.example('AAAAAQAACnA')
.valid(false, null)
.allow(false, null)
.description('Cloud Pub/Sub app for Gmail API webhooks'),

extraScopes: Joi.any()
Expand Down

0 comments on commit 205f34e

Please sign in to comment.