Skip to content

Commit 8f62d56

Browse files
patrickthorntonPatrick Thornton
andauthored
custom_attributes schema (#217)
revert version Co-authored-by: Patrick Thornton <patrick@Ferns-MacBook-Pro.local>
1 parent 92867f8 commit 8f62d56

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

fern/fern.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization": "intercom",
33
"version": "0.53.17"
4-
}
4+
}

fern/openapi-overrides.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,11 +1370,10 @@ components:
13701370
required:
13711371
- user_id
13721372
merge_contacts_request:
1373-
properties:
1374-
from:
1375-
x-fern-property-name: lead_id
1376-
into:
1377-
x-fern-property-name: contact_id
1373+
custom_attributes:
1374+
title: Custom atttributes
1375+
type: object
1376+
description: Custom data set for this data.
13781377
securitySchemes:
13791378
bearerAuth:
13801379
x-fern-bearer:

0 commit comments

Comments
 (0)