Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions fern/openapi-overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1370,10 +1370,27 @@ components:
required:
- user_id
merge_contacts_request:
properties:
from:
x-fern-property-name: lead_id
into:
x-fern-property-name: contact_id
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@patrickthornton whats happening here?

custom_attributes:
title: Custom atttributes
type: object
description: Custom data set for this data.
conversation_teammates:
properties:
teammates: null
admins:
type: array
description: The list of teammates who participated in the conversation
(wrote at least one conversation part).
items:
"$ref": "#/components/schemas/reference"
required:
- type
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to confirm, is the type field present in the base openapi?

- admins
securitySchemes:
bearerAuth:
x-fern-bearer:
Expand Down