Bugzilla – Attachment 163280 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.79 KB, created by
David Nind
on 2024-03-15 21:19:51 UTC
(
hide
)
Description:
Bug 36329: Add missing return codes
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-03-15 21:19:51 UTC
Size:
1.79 KB
patch
obsolete
>From ab31567952193e57b6a13c07ba252cdbe01f9067 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> >--- > 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 253d40a1b3..919cbc905e 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