Skip to content

Commit 3fa9f59

Browse files
authored
Merge pull request #33 from splitwise/jas14/create-expense-fix-typo
Fix typos in create_expense params
2 parents ef460b0 + 13ba27f commit 3fa9f59

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

source/includes/_expenses.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@ 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-
user\__0\__id | Integer | The user id of a friend for this share
126-
user\__0\__paid_share | String | Decimal amount as a string with 2 decimal places. The amount this user paid for the expense
127-
user\__0\__owed_share | String | Decimal amount as a string with 2 decimal places. The amount this user owes on the expense
128-
user\__1\__first_name | String |
129-
user\__1\__last_name | String |
130-
user\__1\__email | String | Valid email address for this user
131-
user\__1\__paid_share | String | Decimal amount as a string with 2 decimal places. The amount this user paid for the expense
132-
user\__1\__owed_share | String | Decimal amount as a string with 2 decimal places. The amount this user owes on the expense
133-
user\__*\__key_value | String | Add additional user shares with indexes 2,3,4,5,...
125+
users\__0\__id | Integer | The user id of a friend for this share
126+
users\__0\__paid_share | String | Decimal amount as a string with 2 decimal places. The amount this user paid for the expense
127+
users\__0\__owed_share | String | Decimal amount as a string with 2 decimal places. The amount this user owes on the expense
128+
users\__1\__first_name | String |
129+
users\__1\__last_name | String |
130+
users\__1\__email | String | Valid email address for this user
131+
users\__1\__paid_share | String | Decimal amount as a string with 2 decimal places. The amount this user paid for the expense
132+
users\__1\__owed_share | String | Decimal amount as a string with 2 decimal places. The amount this user owes on the expense
133+
users\__*\__key_value | String | Add additional user shares with indexes 2,3,4,5,...
134134

135135
#### Optional parameters
136136

0 commit comments

Comments
 (0)