Skip to content

Commit ed70d3b

Browse files
Patrick ThorntonPatrick Thornton
authored andcommitted
custom_attributes schema
revert version
1 parent 82dea58 commit ed70d3b

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.46.20"
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)