@@ -2792,19 +2792,19 @@ paths:
27922792 associated with the specified account.
27932793 operationId : listTransactionsByAccount
27942794 parameters :
2795- - description : Filter transactions from this date.
2796- example : ' 2015-09-20'
2797- in : query
2798- name : from_date
2799- schema :
2800- type : string
28012795 - description : The unique id for an `account`.
28022796 example : ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1
28032797 in : path
28042798 name : account_guid
28052799 required : true
28062800 schema :
28072801 type : string
2802+ - description : Filter transactions from this date.
2803+ example : ' 2015-09-20'
2804+ in : query
2805+ name : from_date
2806+ schema :
2807+ type : string
28082808 - description : Specify current page.
28092809 example : 1
28102810 in : query
@@ -3304,6 +3304,13 @@ paths:
33043304 accounts associated with the given partner-manage member.
33053305 operationId : listManagedAccounts
33063306 parameters :
3307+ - description : The unique id for a `member`.
3308+ example : MBR-7c6f361b-e582-15b6-60c0-358f12466b4b
3309+ in : path
3310+ name : member_guid
3311+ required : true
3312+ schema :
3313+ type : string
33073314 - description : Specify current page.
33083315 example : 1
33093316 in : query
@@ -3323,13 +3330,6 @@ paths:
33233330 required : true
33243331 schema :
33253332 type : string
3326- - description : The unique id for a `member`.
3327- example : MBR-7c6f361b-e582-15b6-60c0-358f12466b4b
3328- in : path
3329- name : member_guid
3330- required : true
3331- schema :
3332- type : string
33333333 responses :
33343334 ' 200 ' :
33353335 content :
@@ -3344,17 +3344,17 @@ paths:
33443344 description : Use this endpoint to create a partner-managed account.
33453345 operationId : createManagedAccount
33463346 parameters :
3347- - description : The unique id for a `user `.
3348- example : USR-fa7537f3-48aa-a683-a02a-b18940482f54
3347+ - description : The unique id for a `member `.
3348+ example : MBR-7c6f361b-e582-15b6-60c0-358f12466b4b
33493349 in : path
3350- name : user_guid
3350+ name : member_guid
33513351 required : true
33523352 schema :
33533353 type : string
3354- - description : The unique id for a `member `.
3355- example : MBR-7c6f361b-e582-15b6-60c0-358f12466b4b
3354+ - description : The unique id for a `user `.
3355+ example : USR-fa7537f3-48aa-a683-a02a-b18940482f54
33563356 in : path
3357- name : member_guid
3357+ name : user_guid
33583358 required : true
33593359 schema :
33603360 type : string
@@ -3382,6 +3382,13 @@ paths:
33823382 No Content`.
33833383 operationId : deleteManagedAccount
33843384 parameters :
3385+ - description : The unique id for an `account`.
3386+ example : ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1
3387+ in : path
3388+ name : account_guid
3389+ required : true
3390+ schema :
3391+ type : string
33853392 - description : The unique id for a `member`.
33863393 example : MBR-7c6f361b-e582-15b6-60c0-358f12466b4b
33873394 in : path
@@ -3396,13 +3403,6 @@ paths:
33963403 required : true
33973404 schema :
33983405 type : string
3399- - description : The unique id for an `account`.
3400- example : ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1
3401- in : path
3402- name : account_guid
3403- required : true
3404- schema :
3405- type : string
34063406 responses :
34073407 ' 204 ' :
34083408 description : No Content
@@ -3414,6 +3414,13 @@ paths:
34143414 according to its unique guid.
34153415 operationId : readManagedAccount
34163416 parameters :
3417+ - description : The unique id for an `account`.
3418+ example : ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1
3419+ in : path
3420+ name : account_guid
3421+ required : true
3422+ schema :
3423+ type : string
34173424 - description : The unique id for a `member`.
34183425 example : MBR-7c6f361b-e582-15b6-60c0-358f12466b4b
34193426 in : path
@@ -3428,13 +3435,6 @@ paths:
34283435 required : true
34293436 schema :
34303437 type : string
3431- - description : The unique id for an `account`.
3432- example : ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1
3433- in : path
3434- name : account_guid
3435- required : true
3436- schema :
3437- type : string
34383438 responses :
34393439 ' 200 ' :
34403440 content :
@@ -3450,6 +3450,13 @@ paths:
34503450 account according to its unique GUID.
34513451 operationId : updateManagedAccount
34523452 parameters :
3453+ - description : The unique id for an `account`.
3454+ example : ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1
3455+ in : path
3456+ name : account_guid
3457+ required : true
3458+ schema :
3459+ type : string
34533460 - description : The unique id for a `member`.
34543461 example : MBR-7c6f361b-e582-15b6-60c0-358f12466b4b
34553462 in : path
@@ -3464,13 +3471,6 @@ paths:
34643471 required : true
34653472 schema :
34663473 type : string
3467- - description : The unique id for an `account`.
3468- example : ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1
3469- in : path
3470- name : account_guid
3471- required : true
3472- schema :
3473- type : string
34743474 requestBody :
34753475 content :
34763476 application/json :
@@ -3502,6 +3502,13 @@ paths:
35023502 required : true
35033503 schema :
35043504 type : string
3505+ - description : The unique id for a `member`.
3506+ example : MBR-7c6f361b-e582-15b6-60c0-358f12466b4b
3507+ in : path
3508+ name : member_guid
3509+ required : true
3510+ schema :
3511+ type : string
35053512 - description : Specify current page.
35063513 example : 1
35073514 in : query
@@ -3521,13 +3528,6 @@ paths:
35213528 required : true
35223529 schema :
35233530 type : string
3524- - description : The unique id for a `member`.
3525- example : MBR-7c6f361b-e582-15b6-60c0-358f12466b4b
3526- in : path
3527- name : member_guid
3528- required : true
3529- schema :
3530- type : string
35313531 responses :
35323532 ' 200 ' :
35333533 content :
@@ -3549,17 +3549,17 @@ paths:
35493549 required : true
35503550 schema :
35513551 type : string
3552- - description : The unique id for a `user `.
3553- example : USR-fa7537f3-48aa-a683-a02a-b18940482f54
3552+ - description : The unique id for a `member `.
3553+ example : MBR-7c6f361b-e582-15b6-60c0-358f12466b4b
35543554 in : path
3555- name : user_guid
3555+ name : member_guid
35563556 required : true
35573557 schema :
35583558 type : string
3559- - description : The unique id for a `member `.
3560- example : MBR-7c6f361b-e582-15b6-60c0-358f12466b4b
3559+ - description : The unique id for a `user `.
3560+ example : USR-fa7537f3-48aa-a683-a02a-b18940482f54
35613561 in : path
3562- name : member_guid
3562+ name : user_guid
35633563 required : true
35643564 schema :
35653565 type : string
@@ -3600,17 +3600,17 @@ paths:
36003600 required : true
36013601 schema :
36023602 type : string
3603- - description : The unique id for a `user `.
3604- example : USR-fa7537f3-48aa-a683-a02a-b18940482f54
3603+ - description : The unique id for a `transaction `.
3604+ example : TRN-810828b0-5210-4878-9bd3-f4ce514f90c4
36053605 in : path
3606- name : user_guid
3606+ name : transaction_guid
36073607 required : true
36083608 schema :
36093609 type : string
3610- - description : The unique id for a `transaction `.
3611- example : TRN-810828b0-5210-4878-9bd3-f4ce514f90c4
3610+ - description : The unique id for a `user `.
3611+ example : USR-fa7537f3-48aa-a683-a02a-b18940482f54
36123612 in : path
3613- name : transaction_guid
3613+ name : user_guid
36143614 required : true
36153615 schema :
36163616 type : string
@@ -3639,17 +3639,17 @@ paths:
36393639 required : true
36403640 schema :
36413641 type : string
3642- - description : The unique id for a `user `.
3643- example : USR-fa7537f3-48aa-a683-a02a-b18940482f54
3642+ - description : The unique id for a `transaction `.
3643+ example : TRN-810828b0-5210-4878-9bd3-f4ce514f90c4
36443644 in : path
3645- name : user_guid
3645+ name : transaction_guid
36463646 required : true
36473647 schema :
36483648 type : string
3649- - description : The unique id for a `transaction `.
3650- example : TRN-810828b0-5210-4878-9bd3-f4ce514f90c4
3649+ - description : The unique id for a `user `.
3650+ example : USR-fa7537f3-48aa-a683-a02a-b18940482f54
36513651 in : path
3652- name : transaction_guid
3652+ name : user_guid
36533653 required : true
36543654 schema :
36553655 type : string
@@ -3682,17 +3682,17 @@ paths:
36823682 required : true
36833683 schema :
36843684 type : string
3685- - description : The unique id for a `user `.
3686- example : USR-fa7537f3-48aa-a683-a02a-b18940482f54
3685+ - description : The unique id for a `transaction `.
3686+ example : TRN-810828b0-5210-4878-9bd3-f4ce514f90c4
36873687 in : path
3688- name : user_guid
3688+ name : transaction_guid
36893689 required : true
36903690 schema :
36913691 type : string
3692- - description : The unique id for a `transaction `.
3693- example : TRN-810828b0-5210-4878-9bd3-f4ce514f90c4
3692+ - description : The unique id for a `user `.
3693+ example : USR-fa7537f3-48aa-a683-a02a-b18940482f54
36943694 in : path
3695- name : transaction_guid
3695+ name : user_guid
36963696 required : true
36973697 schema :
36983698 type : string
@@ -3967,10 +3967,10 @@ paths:
39673967 resource.
39683968 operationId : updateAccountByMember
39693969 parameters :
3970- - description : The unique id for a `user `.
3971- example : USR-fa7537f3-48aa-a683-a02a-b18940482f54
3970+ - description : The unique id for an `account `.
3971+ example : ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1
39723972 in : path
3973- name : user_guid
3973+ name : account_guid
39743974 required : true
39753975 schema :
39763976 type : string
@@ -3981,10 +3981,10 @@ paths:
39813981 required : true
39823982 schema :
39833983 type : string
3984- - description : The unique id for an `account `.
3985- example : ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1
3984+ - description : The unique id for a `user `.
3985+ example : USR-fa7537f3-48aa-a683-a02a-b18940482f54
39863986 in : path
3987- name : account_guid
3987+ name : user_guid
39883988 required : true
39893989 schema :
39903990 type : string
@@ -4315,27 +4315,13 @@ paths:
43154315 required : true
43164316 schema :
43174317 type : string
4318- - description : The unique id for a `user`.
4319- example : USR-fa7537f3-48aa-a683-a02a-b18940482f54
4320- in : path
4321- name : user_guid
4322- required : true
4323- schema :
4324- type : string
43254318 - description : Must be either `BROWSER` or `APP` depending on the implementation.
43264319 Defaults to `BROWSER`.
43274320 example : APP
43284321 in : query
43294322 name : referral_source
43304323 schema :
43314324 type : string
4332- - description : A scheme for routing the user back to the application state they
4333- were previously in.
4334- example : mx
4335- in : query
4336- name : ui_message_webview_url_scheme
4337- schema :
4338- type : string
43394325 - description : Setting this parameter to `true` will prevent the member from
43404326 automatically aggregating after being redirected from the authorization
43414327 page.
@@ -4344,6 +4330,20 @@ paths:
43444330 name : skip_aggregation
43454331 schema :
43464332 type : boolean
4333+ - description : A scheme for routing the user back to the application state they
4334+ were previously in.
4335+ example : mx
4336+ in : query
4337+ name : ui_message_webview_url_scheme
4338+ schema :
4339+ type : string
4340+ - description : The unique id for a `user`.
4341+ example : USR-fa7537f3-48aa-a683-a02a-b18940482f54
4342+ in : path
4343+ name : user_guid
4344+ required : true
4345+ schema :
4346+ type : string
43474347 responses :
43484348 ' 200 ' :
43494349 content :
@@ -5272,19 +5272,19 @@ paths:
52725272 of configuration options. Note that this is a `POST` request.
52735273 operationId : requestWidgetURL
52745274 parameters :
5275+ - description : The desired language of the widget.
5276+ example : en-US
5277+ in : header
5278+ name : Accept-Language
5279+ schema :
5280+ type : string
52755281 - description : The unique id for a `user`.
52765282 example : USR-fa7537f3-48aa-a683-a02a-b18940482f54
52775283 in : path
52785284 name : user_guid
52795285 required : true
52805286 schema :
52815287 type : string
5282- - description : The desired language of the widget.
5283- example : en-US
5284- in : header
5285- name : Accept-Language
5286- schema :
5287- type : string
52885288 requestBody :
52895289 content :
52905290 application/json :
0 commit comments