Skip to content

retry dictionary registration#201

Open
leoraba wants to merge 2 commits intofeat/get_migration_endpointsfrom
feat/retry_failed_migrations
Open

retry dictionary registration#201
leoraba wants to merge 2 commits intofeat/get_migration_endpointsfrom
feat/retry_failed_migrations

Conversation

@leoraba
Copy link
Copy Markdown
Contributor

@leoraba leoraba commented May 4, 2026

Description

Note: This PR is a Part # 3 of a series of a PRs to implement Dictionary migration.

It enables the possibility to retry "failed" Dictionary migration by adding a force flag on the Dictionary Registration endpoint.

Details:

  • Updated POST /dictionary/register endpoint to accept an optional query param force to Re-register the current active dictionary on the category and retries the data migration.

Related tickets:

This PR depends on:

@leoraba leoraba requested review from JamesTLopez and joneubank May 4, 2026 16:48
Comment on lines +49 to +50
409:
$ref: '#/components/responses/StatusConflict'
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if registering the same Dictionary for the category then it throws a 409 error, unless the "force" flag is true.

@leoraba leoraba linked an issue May 4, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Part 3 - Data migration] Retry migration

1 participant