Skip to content

Commit

Permalink
Update v4_MIGRATION_GUIDE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Dec 22, 2023
1 parent 13b2008 commit 360e06f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v4_MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ const usersAlso = await management.users.getAll();
| `deleteBrandingUniversalLoginTemplate` | `branding.deleteUniversalLoginTemplate` |
| `updateMigrations` | `migrations.updateMigrations` |
| `getMigrations` | `migrations.getMigrations` |
| `getPromptsSettings` | `prompts.getSettings` |
| `updatePromptsSettings` | `prompts.updateSettings` |
| `getPromptsSettings` | `prompts.get` |
| `updatePromptsSettings` | `prompts.update` |
| `getCustomTextByLanguage` | `prompts.getCustomTextByLanguage` |
| `updateCustomTextByLanguage` | `prompts.updateCustomTextByLanguage` |

Expand Down

0 comments on commit 360e06f

Please sign in to comment.