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 4ba6a1a commit d20457e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5508,8 +5508,6 @@ paths:
`requiredSecondaryFactors` can be set to null to remove all entries in the core, or a non empty string array to be updated in the core. Setting of empty array is disallowed.
Note: the create/update will fail if a login method is not enabled and a relavant factor is added to either `firstFactors` or `requiredSecondaryFactors`. For example, `emailPasswordEnabled` cannot be set to `false` if `emailpassword` is present in the `firstFactors` array.
If updating an existing app,
1. core will keep the existing state of login methods and only update the ones that are specified in the request body.
2. Core config will be merged into existing config. To delete a key in the config, use a null value
Expand Down Expand Up @@ -5823,8 +5821,6 @@ paths:
`requiredSecondaryFactors` can be set to null to remove all entries in the core, or a non empty string array to be updated in the core. Setting of empty array is disallowed.
Note: the create/update will fail if a login method is not enabled and a relavant factor is added to either `firstFactors` or `requiredSecondaryFactors`. For example, `emailPasswordEnabled` cannot be set to `false` if `emailpassword` is present in the `firstFactors` array.
If updating an existing tenant,
1. core will keep the existing state of login methods and only update the ones that are specified in the request body.
2. Core config will be merged into existing config. To delete a key in the config, use a null value
Expand Down

0 comments on commit d20457e

Please sign in to comment.