File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -610,10 +610,6 @@ paths:
610610 schema :
611611 $ref : ' #/components/schemas/AccountsResponseBody'
612612 description : OK
613- headers :
614- acceptVersion :
615- schema :
616- $ref : ' #/components/schemas/acceptVersion'
617613 summary : List accounts
618614 tags :
619615 - accounts
@@ -3127,6 +3123,7 @@ paths:
31273123 - $ref : ' #/components/parameters/page'
31283124 - $ref : ' #/components/parameters/recordsPerPageMax1000'
31293125 - $ref : ' #/components/parameters/acceptVersion'
3126+ - $ref : ' #/components/parameters/userGuid'
31303127 responses :
31313128 ' 200 ' :
31323129 description : OK
@@ -5138,15 +5135,6 @@ components:
51385135 user :
51395136 $ref : ' #/components/schemas/UserUpdateRequest'
51405137 type : object
5141- acceptVersion :
5142- name : Accept-Version
5143- in : header
5144- required : true
5145- schema :
5146- type : string
5147- default : v20250224
5148- example : v20250224
5149- description : MX Platform API version.
51505138 AccountResponse :
51515139 properties :
51525140 account_number :
You can’t perform that action at this time.
0 commit comments