We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10892a commit 91b40a8Copy full SHA for 91b40a8
fern/openapi-overrides.yml
@@ -309,17 +309,17 @@ paths:
309
x-fern-sdk-method-name: listAttachedCompanies
310
x-fern-request-name: ListAttachedCompaniesRequest
311
parameters:
312
- - name: Intercom-Version
313
- in: header
314
- schema:
315
- "$ref": "#/components/schemas/intercom_version"
316
- name: contact_id
317
in: path
318
- required: true
319
description: The unique identifier for the contact which is given by Intercom
320
- example: '123'
+ example: 63a07ddf05a32042dffac965
+ required: true
321
schema:
322
type: string
+ - name: Intercom-Version
+ in: header
+ schema:
+ "$ref": "#/components/schemas/intercom_version"
323
- name: page
324
in: query
325
required: false
0 commit comments