Bugzilla – Attachment 182327 Details for
Bug 39837
Vendor interface object under specified
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39837: Add definition in swagger
Bug-39837-Add-definition-in-swagger.patch (text/plain), 1.95 KB, created by
Martin Renvoize (ashimema)
on 2025-05-13 06:35:12 UTC
(
hide
)
Description:
Bug 39837: Add definition in swagger
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-05-13 06:35:12 UTC
Size:
1.95 KB
patch
obsolete
>From fad06165f68db3a571c622f7d89aae6d97b27558 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 5 May 2025 15:16:09 -0300 >Subject: [PATCH] Bug 39837: Add definition in swagger > >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > .../swagger/definitions/vendor_interface.yaml | 31 +++++++++++++++++++ > api/v1/swagger/swagger.yaml | 2 ++ > 2 files changed, 33 insertions(+) > create mode 100644 api/v1/swagger/definitions/vendor_interface.yaml > >diff --git a/api/v1/swagger/definitions/vendor_interface.yaml b/api/v1/swagger/definitions/vendor_interface.yaml >new file mode 100644 >index 00000000000..f23b6629140 >--- /dev/null >+++ b/api/v1/swagger/definitions/vendor_interface.yaml >@@ -0,0 +1,31 @@ >+--- >+type: object >+properties: >+ vendor_interface_id: >+ description: Internally assigned vendor interface identifier >+ type: integer >+ vendor_id: >+ description: Internally assigned vendor identifier >+ type: integer >+ type: >+ description: Type of the interface, authorised value VENDOR_INTERFACE_TYPE >+ type: string >+ name: >+ description: Name of the interface >+ type: string >+ uri: >+ description: URI of the interface >+ type: string >+ login: >+ description: Login to be used for the interface >+ type: string >+ password: >+ description: Hashed password >+ type: string >+ account_email: >+ description: Account email >+ type: string >+ notes: >+ description: Interface notes >+ type: string >+additionalProperties: false >diff --git a/api/v1/swagger/swagger.yaml b/api/v1/swagger/swagger.yaml >index 5092aa22da8..fb36579cea9 100644 >--- a/api/v1/swagger/swagger.yaml >+++ b/api/v1/swagger/swagger.yaml >@@ -188,6 +188,8 @@ definitions: > $ref: ./definitions/vendor.yaml > vendor_alias: > $ref: ./definitions/vendor_alias.yaml >+ vendor_interface: >+ $ref: ./definitions/vendor_interface.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 39837
:
181938
|
181939
|
181940
|
182326
| 182327 |
182328