Skip to content

Commit 91b40a8

Browse files
committed
reverse param order
1 parent e10892a commit 91b40a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

fern/openapi-overrides.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -309,17 +309,17 @@ paths:
309309
x-fern-sdk-method-name: listAttachedCompanies
310310
x-fern-request-name: ListAttachedCompaniesRequest
311311
parameters:
312-
- name: Intercom-Version
313-
in: header
314-
schema:
315-
"$ref": "#/components/schemas/intercom_version"
316312
- name: contact_id
317313
in: path
318-
required: true
319314
description: The unique identifier for the contact which is given by Intercom
320-
example: '123'
315+
example: 63a07ddf05a32042dffac965
316+
required: true
321317
schema:
322318
type: string
319+
- name: Intercom-Version
320+
in: header
321+
schema:
322+
"$ref": "#/components/schemas/intercom_version"
323323
- name: page
324324
in: query
325325
required: false

0 commit comments

Comments
 (0)