You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
With Audit records on, anything with the PUT command is always treated as an update even when you get a 201 return code, and that is for created.
Describe the solution you'd like
Every PUT that gets a return code of 201 should be treated as a create in the audit record.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Acceptance Criteria
GIVEN [a precondition]
AND [another precondition]
WHEN [test step]
AND [test step]
THEN [verification step]
AND [verification step]
Additional context
If you are creating a resource that is not version 1 of the resource, should that be also treated as a create if you got a 201. Same for a delete, should that be treated as an update or a delete if it is a soft delete?
The text was updated successfully, but these errors were encountered:
lmsurpre
changed the title
Audit record for batch bundle and single entries using PUT should not always use "Update"
Audit record for PUTs should not always use "Update"
Aug 16, 2021
Verified that the Put with a 200 return code is a Update, and a put with a 201 return code is a Create. Verified the same behavior for bulk data import. Closing issue.
Is your feature request related to a problem? Please describe.
With Audit records on, anything with the PUT command is always treated as an update even when you get a 201 return code, and that is for created.
Describe the solution you'd like
Every PUT that gets a return code of 201 should be treated as a create in the audit record.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Acceptance Criteria
AND [another precondition]
WHEN [test step]
AND [test step]
THEN [verification step]
AND [verification step]
Additional context
If you are creating a resource that is not version 1 of the resource, should that be also treated as a create if you got a 201. Same for a delete, should that be treated as an update or a delete if it is a soft delete?
The text was updated successfully, but these errors were encountered: