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

Fix: [AEA-4168] - 200 response for duplicate item #384

Merged
merged 13 commits into from
Jun 14, 2024

Conversation

natasafrgk
Copy link
Contributor

Summary

2 Conflicting responses are returned for the same item if a 409 error is found due to a duplicate Task.ID. The expected 409 response is returned, however a 200 is returned with for the same Task.ID noting that the data is not committed. However, we want to maintain the response of other items and only replace the ones with a duplicate Task ID.

https://nhsd-jira.digital.nhs.uk/browse/AEA-4168

  • Routine Change

Details

Add any summary information of what is in the change. Remove this line if you have nothing to add.

Copy link

This branch is work on a ticket in the NHS Digital APM JIRA Project. Here's a handy link to the ticket:

Copy link

@natasafrgk natasafrgk merged commit e649da2 into main Jun 14, 2024
9 checks passed
@natasafrgk natasafrgk deleted the bug/aea-4168-200-response-for-duplicate-item branch June 14, 2024 14:01
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.

2 participants