Skip to content

Commit

Permalink
Update core config API spec
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek3255 committed Mar 13, 2024
1 parent 997c854 commit 367b0ee
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion api_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,18 @@ paths:
type: object
userCount:
type: number
validFirstFactors:
type: array
items:
type: string
example:
- "emailpassword"
- "thirdparty"
description: The first factors that the tenant can use based on the recipes initialized and login methods enabled
mergedProvidersFromCoreAndStatic:
type: array
items:
$ref: "#/components/schemas/thirdPartyProvider"
- type: object
properties:
status:
Expand Down Expand Up @@ -2458,12 +2470,24 @@ components:
name:
type: string
description: Name of the property
value:
oneOf:
- type: string
- type: boolean
- type: number
description: Value of the property
description:
type: string
description: Description of the property
isDifferentAcrossTenants:
isConfigYamlOnly:
type: boolean
description: True if the property can be set different values per tenant
isNotConflictingInApp:
type: boolean
description: True if the property can be set different values per app
isSaasProtected:
type: boolean
description: True if the property protected and cannot be set because the user is using SuperTokens SaaS

servers:
# Added by API Auto Mocking Plugin
Expand Down

0 comments on commit 367b0ee

Please sign in to comment.