Commit 5592841
authored
[catalog] Fix namespace creation error status (#1248)
## Which issue does this PR close?
- Closes #1247
## What changes are included in this PR?
According to the [openapi
spec](#1247), already
existed error should return 409 (Conflict) status code.
## Are these changes tested?
I checked with cargo test and doesn't find any breakage.1 parent 841ef0a commit 5592841
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
| 406 | + | |
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
| |||
0 commit comments