Skip to content

Commit b728db7

Browse files
committed
Fix inaccuracy in create_expense params
1 parent 3fa9f59 commit b728db7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/includes/_expenses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Parameter | Type | Description
122122
--------- | ---- | -----------
123123
group_id | Integer | The group to put this expense in.
124124
split_equally | Boolean | Set this to `true` if using it
125-
users\__0\__id | Integer | The user id of a friend for this share
125+
users\__0\__user_id | Integer | The user id of a friend for this share
126126
users\__0\__paid_share | String | Decimal amount as a string with 2 decimal places. The amount this user paid for the expense
127127
users\__0\__owed_share | String | Decimal amount as a string with 2 decimal places. The amount this user owes on the expense
128128
users\__1\__first_name | String |

0 commit comments

Comments
 (0)