Skip to content

Commit

Permalink
Changing HTTP status from 401 to 409
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Sarda <vsarda@amazon.com>
  • Loading branch information
Vishalks committed Nov 21, 2022
1 parent 8434fbd commit 6481b11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ public SnapshotDeletionException(StreamInput in) throws IOException {

@Override
public RestStatus status() {
return RestStatus.FORBIDDEN;
return RestStatus.CONFLICT;
}
}

0 comments on commit 6481b11

Please sign in to comment.