Bugzilla – Attachment 150743 Details for
Bug 31799
Add PUT endpoint for Items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31799: (follow-up) Add 409 error to spec
Bug-31799-follow-up-Add-409-error-to-spec.patch (text/plain), 918 bytes, created by
Nick Clemens (kidclamp)
on 2023-05-05 12:18:26 UTC
(
hide
)
Description:
Bug 31799: (follow-up) Add 409 error to spec
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-05-05 12:18:26 UTC
Size:
918 bytes
patch
obsolete
>From 5cee153a053901e0061dc2e140e8796b6508840a Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 24 Jan 2023 19:11:08 +0000 >Subject: [PATCH] Bug 31799: (follow-up) Add 409 error to spec > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > api/v1/swagger/paths/biblios.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/api/v1/swagger/paths/biblios.yaml b/api/v1/swagger/paths/biblios.yaml >index e2e68e4a99..fa98f152a5 100644 >--- a/api/v1/swagger/paths/biblios.yaml >+++ b/api/v1/swagger/paths/biblios.yaml >@@ -494,6 +494,10 @@ > description: Not found > schema: > $ref: "../swagger.yaml#/definitions/error" >+ "409": >+ description: Conflict >+ schema: >+ $ref: "../swagger.yaml#/definitions/error" > "500": > description: | > Internal server error. Possible `error_code` attribute values: >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31799
:
144902
|
144949
|
144959
|
145632
|
150607
|
150608
|
150609
|
150741
|
150742
| 150743