Bugzilla – Attachment 62775 Details for
Bug 15165
REST API routes to list, edit and pay borrower's accountlines
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 15165: Correct data types and fix some properties
SIGNED-OFF-Bug-15165-Correct-data-types-and-fix-so.patch (text/plain), 2.58 KB, created by
Josef Moravec
on 2017-04-27 11:55:16 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 15165: Correct data types and fix some properties
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2017-04-27 11:55:16 UTC
Size:
2.58 KB
patch
obsolete
>From 36c708c4219683c63be38ff9745b07226abc4617 Mon Sep 17 00:00:00 2001 >From: Lari Taskula <lari.taskula@jns.fi> >Date: Tue, 14 Feb 2017 12:19:27 +0200 >Subject: [PATCH] [SIGNED-OFF] Bug 15165: Correct data types and fix some > properties > >Removed properties: >- time > >Added properties: >- issue_id >- dispute > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > api/v1/swagger/definitions/accountline.json | 26 +++++++++++++++++++++++--- > 1 file changed, 23 insertions(+), 3 deletions(-) > >diff --git a/api/v1/swagger/definitions/accountline.json b/api/v1/swagger/definitions/accountline.json >index d3691bd..bfccf89 100644 >--- a/api/v1/swagger/definitions/accountline.json >+++ b/api/v1/swagger/definitions/accountline.json >@@ -2,51 +2,71 @@ > "type": "object", > "properties": { > "accountlines_id": { >+ "type": "integer", > "description": "Internal account line identifier" > }, >+ "issue_id": { >+ "type": ["integer", "null"], >+ "description": "?" >+ }, > "borrowernumber": { >+ "type": "integer", > "description": "Internal borrower identifier" > }, > "accountno": { >+ "type": "integer", > "description": "?" > }, > "itemnumber": { >+ "type": ["integer", "null"], > "description": "Internal item identifier" > }, > "date": { >+ "type": ["string", "null"], > "description": "Date when the account line was created" > }, >- "time": { >- "description": "Time when the account line was created" >- }, > "amount": { >+ "type": ["number", "null"], > "description": "Amount" > }, > "description": { >+ "type": ["string", "null"], > "description": "Description of account line" > }, >+ "dispute": { >+ "type": ["string", "null"], >+ "description": "?" >+ }, > "accounttype": { >+ "type": ["string", "null"], > "description": "Type of accountline" > }, > "amountoutstanding": { >+ "type": ["number", "null"], > "description": "Amount outstanding" > }, > "lastincrement": { >+ "type": ["number", "null"], > "description": "?" > }, > "timestamp": { >+ "type": "string", > "description": "When the account line was last updated" > }, > "notify_id": { >+ "type": "integer", > "description": "?" > }, > "notify_level": { >+ "type": "integer", > "description": "?" > }, > "note": { >+ "type": ["string", "null"], > "description": "Accountline note" > }, > "manager_id": { >+ "type": ["integer", "null"], > "description": "Borrowernumber of user that created the account line" > } > } >-- >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 15165
:
44804
|
44805
|
44806
|
45259
|
50189
|
50190
|
50191
|
50790
|
52681
|
52682
|
52683
|
55033
|
55034
|
55035
|
56694
|
56695
|
56696
|
57843
|
57844
|
57845
|
57846
|
59239
|
59240
|
59241
|
59242
|
59932
|
59933
|
59934
|
60180
|
62769
|
62770
|
62771
|
62772
|
62773
|
62774
| 62775