Bugzilla – Attachment 181932 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.33 KB, created by
Tomás Cohen Arazi (tcohen)
on 2025-05-05 17:34:50 UTC
(
hide
)
Description:
Bug 39838: Add `vendor_alias` definition in swagger
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2025-05-05 17:34:50 UTC
Size:
1.33 KB
patch
obsolete
>From dd822c4b652f98ca323278c6fd68d90236ecf46a 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 > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > api/v1/swagger/definitions/vendor_alias.yaml | 2 +- > api/v1/swagger/swagger.yaml | 2 ++ > 2 files changed, 3 insertions(+), 1 deletion(-) > >diff --git a/api/v1/swagger/definitions/vendor_alias.yaml b/api/v1/swagger/definitions/vendor_alias.yaml >index 435388524bd..86455b66869 100644 >--- a/api/v1/swagger/definitions/vendor_alias.yaml >+++ b/api/v1/swagger/definitions/vendor_alias.yaml >@@ -2,7 +2,7 @@ > type: object > properties: > alias_id: >- description: Internal ID for the extended attribute >+ description: Internal ID for vendor alias > type: integer > vendor_id: > description: ID of the vendor >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