adding oauth.login_failure to openapi spec (#4570)

This commit is contained in:
Alexander Petric
2024-10-22 16:09:31 -04:00
committed by GitHub
parent f37f242666
commit aeffe593b8
2 changed files with 2 additions and 0 deletions

View File

@@ -10747,6 +10747,7 @@ components:
- "users.impersonate"
- "users.leave_workspace"
- "oauth.login"
- "oauth.login_failure"
- "oauth.signup"
- "variables.create"
- "variables.delete"

View File

@@ -252,6 +252,7 @@
USERS_IMPERSONATE: 'users.impersonate',
USERS_LEAVE_WORKSPACE: 'users.leave_workspace',
OAUTH_LOGIN: 'oauth.login',
OAUTH_LOGIN_FAILURE: 'oauth.login_failure',
OAUTH_SIGNUP: 'oauth.signup',
VARIABLES_CREATE: 'variables.create',
VARIABLES_DELETE: 'variables.delete',