Skip to content

Commit ddc6e84

Browse files
patrickthorntonpatrickthornton
authored andcommitted
zero out error count for java-sdk
fixes typing of contact.avatar. when run with modified tests from fern-demo/intercom-java-sdk (currently branch gettin-tests-to-work), compiles and passes all tests
1 parent e823b42 commit ddc6e84

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

fern/openapi-overrides.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1383,10 +1383,11 @@ components:
13831383
enum:
13841384
- contact
13851385
avatar:
1386-
properties:
1387-
type:
1388-
enum:
1389-
- avatar
1386+
properties: null
1387+
type: string
1388+
format: uri
1389+
description: An image URL containing the avatar of a contact.
1390+
example: https://example.org/128Wash.jpg
13901391
create_article_request:
13911392
properties:
13921393
parent_type:

0 commit comments

Comments
 (0)