Bugzilla – Attachment 61587 Details for
Bug 18120
CRUD endpoint for vendors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18120: (followup) Make operationId unique
Bug-18120-followup-Make-operationId-unique.patch (text/plain), 2.05 KB, created by
Tomás Cohen Arazi (tcohen)
on 2017-03-23 18:52:55 UTC
(
hide
)
Description:
Bug 18120: (followup) Make operationId unique
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2017-03-23 18:52:55 UTC
Size:
2.05 KB
patch
obsolete
>From 9589215b3ac9ab1e8b6c3e723df40df169769aca Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 23 Mar 2017 15:52:32 -0300 >Subject: [PATCH] Bug 18120: (followup) Make operationId unique > >--- > api/v1/swagger/paths/acquisitions_vendors.json | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/api/v1/swagger/paths/acquisitions_vendors.json b/api/v1/swagger/paths/acquisitions_vendors.json >index 3ec8f1f053..a67b830142 100644 >--- a/api/v1/swagger/paths/acquisitions_vendors.json >+++ b/api/v1/swagger/paths/acquisitions_vendors.json >@@ -2,7 +2,7 @@ > "/acquisitions/vendors": { > "get": { > "x-mojo-controller": "Koha::REST::V1::Acquisitions::Vendors", >- "operationId": "list", >+ "operationId": "listVendors", > "tags": ["acquisitions","vendors"], > "produces": [ > "application/json" >@@ -51,7 +51,7 @@ > }, > "post": { > "x-mojo-controller": "Koha::REST::V1::Acquisitions::Vendors", >- "operationId": "add", >+ "operationId": "addVendor", > "tags": ["acquisitions","vendors"], > "parameters": [{ > "name": "body", >@@ -95,7 +95,7 @@ > "/acquisitions/vendors/{vendor_id}": { > "get": { > "x-mojo-controller": "Koha::REST::V1::Acquisitions::Vendors", >- "operationId": "get", >+ "operationId": "getVendor", > "tags": ["acquisitions","vendors"], > "parameters": [{ > "$ref": "../parameters.json#/vendoridPathParam" >@@ -137,7 +137,7 @@ > }, > "put": { > "x-mojo-controller": "Koha::REST::V1::Acquisitions::Vendors", >- "operationId": "update", >+ "operationId": "updateVendor", > "tags": ["acquisitions","vendors"], > "parameters": [{ > "$ref": "../parameters.json#/vendoridPathParam" >@@ -187,7 +187,7 @@ > }, > "delete": { > "x-mojo-controller": "Koha::REST::V1::Acquisitions::Vendors", >- "operationId": "delete", >+ "operationId": "deleteVendor", > "tags": ["acquisitions","vendors"], > "parameters": [{ > "$ref": "../parameters.json#/vendoridPathParam" >-- >2.12.1
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 18120
:
60851
|
60852
|
61182
|
61183
|
61587
|
63146
|
63163
|
63164
|
63165
|
66046
|
66362
|
66363
|
66417
|
66418
|
66427
|
66428
|
66429
|
66430
|
67326
|
67327
|
67328
|
67329
|
67330
|
67490