Skip to content

Commit

Permalink
Update config API spec
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek3255 committed Mar 20, 2024
1 parent a855a9a commit 73c8cb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2384,10 +2384,13 @@ components:
description: Description of the property
isConfigYamlOnly:
type: boolean
description: True if the property can be set different values per tenant
description: True if the property can only be set in the config.yaml file
isNotConflictingInApp:
type: boolean
description: True if the property can be set different values per app
isDifferentAcrossTenants:
type: boolean
description: True if the property can be set different values per tenant
isSaasProtected:
type: boolean
description: True if the property protected and cannot be set because the user is using SuperTokens SaaS
Expand Down

0 comments on commit 73c8cb4

Please sign in to comment.