@@ -122,15 +122,15 @@ Parameter | Type | Description
122122--------- | ---- | -----------
123123group_id | Integer | The group to put this expense in.
124124split_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