Bugzilla – Attachment 163365 Details for
Bug 36329
Transfer limits should respect `BranchTransferLimitsType`
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36329: Add missing return codes
Bug-36329-Add-missing-return-codes.patch (text/plain), 1.85 KB, created by
Kyle M Hall (khall)
on 2024-03-18 17:48:22 UTC
(
hide
)
Description:
Bug 36329: Add missing return codes
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-03-18 17:48:22 UTC
Size:
1.85 KB
patch
obsolete
>From baaf6e5c8f698f85f44259abed6a6f84d0b63986 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 15 Mar 2024 09:18:32 -0300 >Subject: [PATCH] Bug 36329: Add missing return codes > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > api/v1/swagger/paths/transfer_limits.yaml | 24 +++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > >diff --git a/api/v1/swagger/paths/transfer_limits.yaml b/api/v1/swagger/paths/transfer_limits.yaml >index 253d40a1b3e..919cbc905e6 100644 >--- a/api/v1/swagger/paths/transfer_limits.yaml >+++ b/api/v1/swagger/paths/transfer_limits.yaml >@@ -43,6 +43,18 @@ > type: array > items: > $ref: "../swagger.yaml#/definitions/transfer_limit" >+ "400": >+ description: Bad request >+ schema: >+ $ref: "../swagger.yaml#/definitions/error" >+ "401": >+ description: Authentication required >+ schema: >+ $ref: "../swagger.yaml#/definitions/error" >+ "403": >+ description: Access forbidden >+ schema: >+ $ref: "../swagger.yaml#/definitions/error" > "500": > description: | > Internal server error. Possible `error_code` attribute values: >@@ -231,6 +243,18 @@ > type: array > items: > $ref: "../swagger.yaml#/definitions/transfer_limit" >+ "400": >+ description: Bad request >+ schema: >+ $ref: "../swagger.yaml#/definitions/error" >+ "401": >+ description: Authentication required >+ schema: >+ $ref: "../swagger.yaml#/definitions/error" >+ "403": >+ description: Access forbidden >+ 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 36329
:
163232
|
163233
|
163234
|
163280
|
163281
|
163282
| 163365 |
163366
|
163367
|
163453