Bugzilla – Attachment 61165 Details for
Bug 16497
Add routes for library retrieval, update and deletion
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16497: Sort definitions.json
Bug-16497-Sort-definitionsjson.patch (text/plain), 1.07 KB, created by
Lari Taskula
on 2017-03-16 12:22:27 UTC
(
hide
)
Description:
Bug 16497: Sort definitions.json
Filename:
MIME Type:
Creator:
Lari Taskula
Created:
2017-03-16 12:22:27 UTC
Size:
1.07 KB
patch
obsolete
>From 0045dc96bced85043bd9a3be5b318b4b0530ffbf Mon Sep 17 00:00:00 2001 >From: Lari Taskula <lari.taskula@jns.fi> >Date: Thu, 2 Mar 2017 19:16:47 +0200 >Subject: [PATCH] Bug 16497: Sort definitions.json > >Before this file grows, we should sort it alphabetically. >--- > api/v1/swagger/definitions.json | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > >diff --git a/api/v1/swagger/definitions.json b/api/v1/swagger/definitions.json >index 03b3531..67ff9dd 100644 >--- a/api/v1/swagger/definitions.json >+++ b/api/v1/swagger/definitions.json >@@ -2,19 +2,19 @@ > "city": { > "$ref": "definitions/city.json" > }, >- "patron": { >- "$ref": "definitions/patron.json" >- }, >- "holds": { >- "$ref": "definitions/holds.json" >+ "error": { >+ "$ref": "definitions/error.json" > }, > "hold": { > "$ref": "definitions/hold.json" > }, >+ "holds": { >+ "$ref": "definitions/holds.json" >+ }, > "library": { > "$ref": "definitions/library.json" > }, >- "error": { >- "$ref": "definitions/error.json" >+ "patron": { >+ "$ref": "definitions/patron.json" > } > } >-- >1.9.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 16497
:
51454
|
52905
|
53818
|
53819
|
54943
|
60801
|
60802
|
61164
|
61165
|
63160
|
63161
|
66837
|
66838
|
68746
|
68747
|
68748
|
68838
|
68839
|
68840
|
68841
|
69508
|
83913
|
83914
|
83915
|
83916
|
83917
|
83943
|
83945
|
83946
|
83947
|
83948
|
83949
|
84198
|
84588
|
84589
|
84590
|
84591
|
84592
|
84593
|
84734
|
84769