Bugzilla – Attachment 182321 Details for
Bug 39838
Vendor alias object under specified
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39838: Add `vendor_alias` definition in swagger
Bug-39838-Add-vendoralias-definition-in-swagger.patch (text/plain), 1.67 KB, created by
Martin Renvoize (ashimema)
on 2025-05-13 06:30:13 UTC
(
hide
)
Description:
Bug 39838: Add `vendor_alias` definition in swagger
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-05-13 06:30:13 UTC
Size:
1.67 KB
patch
obsolete
>From 74ef871cb358d780001542b67f3fa4f080c2d844 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 5 May 2025 14:33:10 -0300 >Subject: [PATCH] Bug 39838: Add `vendor_alias` definition in swagger > >This patch adapts the definition file and also tweaks the attribute >names and descriptions to match our guidelines. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > api/v1/swagger/definitions/vendor_alias.yaml | 6 +++--- > api/v1/swagger/swagger.yaml | 2 ++ > 2 files changed, 5 insertions(+), 3 deletions(-) > >diff --git a/api/v1/swagger/definitions/vendor_alias.yaml b/api/v1/swagger/definitions/vendor_alias.yaml >index 435388524bd..59af4177a38 100644 >--- a/api/v1/swagger/definitions/vendor_alias.yaml >+++ b/api/v1/swagger/definitions/vendor_alias.yaml >@@ -1,11 +1,11 @@ > --- > type: object > properties: >- alias_id: >- description: Internal ID for the extended attribute >+ vendor_alias_id: >+ description: Internally assigned vendor alias identifier > type: integer > vendor_id: >- description: ID of the vendor >+ description: Internally assigned vendor alias identifier > type: integer > alias: > description: The alias >diff --git a/api/v1/swagger/swagger.yaml b/api/v1/swagger/swagger.yaml >index d38e04e8201..5092aa22da8 100644 >--- a/api/v1/swagger/swagger.yaml >+++ b/api/v1/swagger/swagger.yaml >@@ -186,6 +186,8 @@ definitions: > $ref: ./definitions/transfer_limit.yaml > vendor: > $ref: ./definitions/vendor.yaml >+ vendor_alias: >+ $ref: ./definitions/vendor_alias.yaml > vendor_issue: > $ref: ./definitions/vendor_issue.yaml > vendors_config: >-- >2.49.0
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 39838
:
181932
|
181933
|
181934
|
181935
|
181936
|
182320
|
182321
|
182322
|
182323
|
182324
|
182325