Bugzilla – Attachment 59387 Details for
Bug 17927
REST API: /holds and /patrons attributes have wrong types
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17927: (followup) Fix /cities cityid type
Bug-17927-followup-Fix-cities-cityid-type.patch (text/plain), 799 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2017-01-20 18:52:30 UTC
(
hide
)
Description:
Bug 17927: (followup) Fix /cities cityid type
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2017-01-20 18:52:30 UTC
Size:
799 bytes
patch
obsolete
>From ef3327e0c24d6fd1d4f335c468b105778e45924c Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Fri, 4 Nov 2016 00:34:38 +0000 >Subject: [PATCH] Bug 17927: (followup) Fix /cities cityid type > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > api/v1/swagger/x-primitives.json | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/api/v1/swagger/x-primitives.json b/api/v1/swagger/x-primitives.json >index ded911f3f0..ae4e7395f6 100644 >--- a/api/v1/swagger/x-primitives.json >+++ b/api/v1/swagger/x-primitives.json >@@ -12,7 +12,7 @@ > "description": "library assigned user identifier" > }, > "cityid": { >- "type": "string", >+ "type": "integer", > "description": "internally assigned city identifier", > "readOnly": true > }, >-- >2.11.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 17927
:
59386
| 59387 |
59388
|
59899