Skip to content

Commit df0ad23

Browse files
author
Genevieve Nuebel
committed
Fix errors in v20250224 file
1 parent c9465e0 commit df0ad23

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

openapi/v20250224.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)