diff --git a/fern/openapi-overrides.yml b/fern/openapi-overrides.yml index 5652b4c..d4ee7a5 100644 --- a/fern/openapi-overrides.yml +++ b/fern/openapi-overrides.yml @@ -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 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 + - admins securitySchemes: bearerAuth: x-fern-bearer: