Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adding section for migrations #369

Merged
merged 3 commits into from
Apr 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/api/deprecations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ The following table lists deprecated features and their respective shutdown date
| Reactor Formulas | October 16, 2022 | February 14, 2024 | Reactor Formulas have been deprecated in favor of Reactors with `code`. For more information, see the section below on [Migrating from Reactor Formulas](#migrating-from-reactor-formulas). |
| Application Key Regenerate | April 17, 2024 | July 17, 2024 | Regenerating API Keys for an Application has been replaced with [Application Keys](/docs/api/applications/application-keys), to Migrate you will Create a new Application Key and remove the old key. |

## Application Key Regenerate Deprecation

Regenerating API Keys on an Application use to be done by calling the `Regenerate` endpoint on the Application. With the introduction of Application keys, this functionality has been replaced with the ability to create new Application Keys and remove the old key.
armsteadj1 marked this conversation as resolved.
Show resolved Hide resolved

To recreate the Regeneration action you'll need to:

1. [Create a new Application Key](/docs/api/applications/application-keys#create-application-key)
2. [Remove the old Application Key](/docs/api/applications/application-keys#delete-application-key)

## Migrating From Privacy Settings

Privacy settings were previously used to scope access to Tokens based on their data classification and impact levels.
Expand Down
Loading