Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions descriptions/2.11/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10979,7 +10979,7 @@
description: A sentence or two describing the activity.
example: Admin updated the app's name to "My App".
required:
- id

Check warning on line 10982 in descriptions/2.11/api.intercom.io.yaml

View workflow job for this annotation

GitHub Actions / Lint OpenAPI Descriptions

10982:9 [indentation] wrong indentation: expected 6 but found 8
- performed_by
- activity_type
activity_log_list:
Expand All @@ -11002,7 +11002,7 @@
items:
"$ref": "#/components/schemas/activity_log"
required:
- type

Check warning on line 11005 in descriptions/2.11/api.intercom.io.yaml

View workflow job for this annotation

GitHub Actions / Lint OpenAPI Descriptions

11005:9 [indentation] wrong indentation: expected 6 but found 8
- activity_logs
activity_log_metadata:
title: Activity Log Metadata
Expand Down Expand Up @@ -11077,7 +11077,7 @@
description: Url to get more company resources for this contact
example: "/contacts/5ba682d23d7cf92bef87bfd4/notes"
required:
- type

Check warning on line 11080 in descriptions/2.11/api.intercom.io.yaml

View workflow job for this annotation

GitHub Actions / Lint OpenAPI Descriptions

11080:9 [indentation] wrong indentation: expected 6 but found 8
- id
- url
admin:
Expand All @@ -11087,7 +11087,7 @@
- Admins
description: Admins are teammate accounts that have access to a workspace.
required:
- id

Check warning on line 11090 in descriptions/2.11/api.intercom.io.yaml

View workflow job for this annotation

GitHub Actions / Lint OpenAPI Descriptions

11090:9 [indentation] wrong indentation: expected 6 but found 8
- name
- email
- job_title
Expand Down Expand Up @@ -11141,11 +11141,17 @@
items:
type: integer
avatar:
type: string
format: uri
type: object
nullable: true
description: Image for the associated team or teammate
example: https://picsum.photos/200/300
description: The avatar object associated with the admin
properties:
image_url:
type: string
format: uri
description: URL of the admin's avatar image
example: https://example.org/128Wash.jpg
required:
- image_url

Check warning on line 11154 in descriptions/2.11/api.intercom.io.yaml

View workflow job for this annotation

GitHub Actions / Lint OpenAPI Descriptions

11154:13 [indentation] wrong indentation: expected 10 but found 12
team_priority_level:
"$ref": "#/components/schemas/team_priority_level"
admin_list:
Expand All @@ -11166,7 +11172,7 @@
items:
"$ref": "#/components/schemas/admin"
required:
- type

Check warning on line 11175 in descriptions/2.11/api.intercom.io.yaml

View workflow job for this annotation

GitHub Actions / Lint OpenAPI Descriptions

11175:9 [indentation] wrong indentation: expected 6 but found 8
- admins
admin_priority_level:
title: Admin Priority Level
Expand Down Expand Up @@ -11379,7 +11385,7 @@
nullable: true
description: App that the admin belongs to.
required:
- type

Check warning on line 11388 in descriptions/2.11/api.intercom.io.yaml

View workflow job for this annotation

GitHub Actions / Lint OpenAPI Descriptions

11388:9 [indentation] wrong indentation: expected 6 but found 8
- id
- name
- email
Expand Down Expand Up @@ -11448,7 +11454,7 @@
content_sources:
"$ref": "#/components/schemas/content_sources_list"
required:
- source_type

Check warning on line 11457 in descriptions/2.11/api.intercom.io.yaml

View workflow job for this annotation

GitHub Actions / Lint OpenAPI Descriptions

11457:9 [indentation] wrong indentation: expected 6 but found 8
app:
title: App
type: object
Expand Down Expand Up @@ -11484,7 +11490,7 @@
description: Whether or not the app uses identity verification.
example: false
required:
- type

Check warning on line 11493 in descriptions/2.11/api.intercom.io.yaml

View workflow job for this annotation

GitHub Actions / Lint OpenAPI Descriptions

11493:9 [indentation] wrong indentation: expected 6 but found 8
- id_code
- name
- region
Expand Down Expand Up @@ -11554,7 +11560,7 @@
description: The URL of the article.
example: http://intercom.test/help/en/articles/3-default-language
required:
- type

Check warning on line 11563 in descriptions/2.11/api.intercom.io.yaml

View workflow job for this annotation

GitHub Actions / Lint OpenAPI Descriptions

11563:9 [indentation] wrong indentation: expected 6 but found 8
- title
- description
- body
Expand Down Expand Up @@ -12668,7 +12674,6 @@
- workspace_id
- external_id
- role
- email
- phone
- name
- avatar
Expand Down Expand Up @@ -15259,7 +15264,6 @@
- first
- last
- count
- description
data_export:
title: Data Export
type: object
Expand Down
Loading