Skip to content

Commit

Permalink
fix: descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed May 15, 2024
1 parent 06788f8 commit 905fb94
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions api_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5362,6 +5362,11 @@ paths:
description: |
Get a list of all connection uri domains.
The value of `firstFactors` can be as follows:
- `null`: When set to `null`, the SDK will use firstFactors defined in the SDK
- `[]` (empty array): No first factors would be enabled for the tenant
- non-empty array: The first factors that are enabled for the tenant
Request must originate from base connection uri domain and public app and tenant.
operationId: connectionUriDomainListV2GET
Expand Down Expand Up @@ -5692,6 +5697,11 @@ paths:
description: |
Get a list of all apps in a connection uri domain.
The value of `firstFactors` can be as follows:
- `null`: When set to `null`, the SDK will use firstFactors defined in the SDK
- `[]` (empty array): No first factors would be enabled for the tenant
- non-empty array: The first factors that are enabled for the tenant
Request must originate from public app and tenant.
operationId: appListV2GET
Expand Down Expand Up @@ -5947,6 +5957,11 @@ paths:
description: |
Get a tenant config of the tenant specified by the url prefix.
The value of `firstFactors` can be as follows:
- `null`: When set to `null`, the SDK will use firstFactors defined in the SDK
- `[]` (empty array): No first factors would be enabled for the tenant
- non-empty array: The first factors that are enabled for the tenant
SuperTokens subscription license key is required if querying any tenant other than the base tenant.
Returns recipes with their enabled flag and recipe specific configs saved in core
Expand Down Expand Up @@ -6186,6 +6201,11 @@ paths:
description: |
Get a list of all tenants in an app.
The value of `firstFactors` can be as follows:
- `null`: When set to `null`, the SDK will use firstFactors defined in the SDK
- `[]` (empty array): No first factors would be enabled for the tenant
- non-empty array: The first factors that are enabled for the tenant
Request must originate from public tenant.
operationId: tenantListV2GET
Expand Down

0 comments on commit 905fb94

Please sign in to comment.