Bugzilla – Attachment 57355 Details for
Bug 17008
REST API: Correct data types in Swagger
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17008: followup - fix cityid type
Bug-17008-followup---fix-cityid-type.patch (text/plain), 729 bytes, created by
Josef Moravec
on 2016-11-08 21:32:56 UTC
(
hide
)
Description:
Bug 17008: followup - fix cityid type
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2016-11-08 21:32:56 UTC
Size:
729 bytes
patch
obsolete
>From e51b08eb1d127d686424b7f693b12fdde53e2ab7 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 17008: followup - fix cityid type > >--- > 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 ded911f..ae4e739 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.1.4
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 17008
:
54486
|
54502
|
54508
|
54509
|
54510
|
54561
|
54562
|
54563
|
56247
|
56248
|
56249
|
56250
|
56251
|
56279
|
56280
|
56281
|
57352
|
57353
|
57354
| 57355