Skip to content

Commit 0794132

Browse files
committed
make resource type and url nullable
1 parent 88d60fc commit 0794132

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17702,11 +17702,13 @@ components:
1770217702
resource_id:
1770317703
type: string
1770417704
description: The id of the resource created during job execution (e.g. ticket id)
17705-
example: 20
17705+
example: 123
17706+
nullable: true
1770617707
resource_url:
1770717708
type: string
1770817709
description: The url of the resource created during job exeuction. Use this url to fetch the resource.
17709-
example: http://api.intercom.io/tickets/20
17710+
example: http://api.intercom.io/tickets/123
17711+
nullable: true
1771017712
required:
1771117713
- id
1771217714
intercom_version:

0 commit comments

Comments
 (0)