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
19 changes: 8 additions & 11 deletions descriptions/2.11/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10973,7 +10973,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 10976 in descriptions/2.11/api.intercom.io.yaml

View workflow job for this annotation

GitHub Actions / Lint OpenAPI Descriptions

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

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

View workflow job for this annotation

GitHub Actions / Lint OpenAPI Descriptions

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

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

View workflow job for this annotation

GitHub Actions / Lint OpenAPI Descriptions

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

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

View workflow job for this annotation

GitHub Actions / Lint OpenAPI Descriptions

11084:9 [indentation] wrong indentation: expected 6 but found 8
- name
- email
- job_title
Expand Down Expand Up @@ -11160,7 +11160,7 @@
items:
"$ref": "#/components/schemas/admin"
required:
- type

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

View workflow job for this annotation

GitHub Actions / Lint OpenAPI Descriptions

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

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

View workflow job for this annotation

GitHub Actions / Lint OpenAPI Descriptions

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

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

View workflow job for this annotation

GitHub Actions / Lint OpenAPI Descriptions

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

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

View workflow job for this annotation

GitHub Actions / Lint OpenAPI Descriptions

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

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

View workflow job for this annotation

GitHub Actions / Lint OpenAPI Descriptions

11551:9 [indentation] wrong indentation: expected 6 but found 8
- title
- description
- body
Expand Down Expand Up @@ -11577,7 +11577,7 @@
items:
"$ref": "#/components/schemas/article_list_item"
required:
- type

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

View workflow job for this annotation

GitHub Actions / Lint OpenAPI Descriptions

11580:9 [indentation] wrong indentation: expected 6 but found 8
- total_count
- data
article_list_item:
Expand Down Expand Up @@ -15670,6 +15670,11 @@
- body
- message_type
- conversation_id
multiple_or_single_filter_search_request:
title: Multiple or Single Filter Search Request
oneOf:
- "$ref": "#/components/schemas/multiple_filter_search_request"
- "$ref": "#/components/schemas/single_filter_search_request"
multiple_filter_search_request:
title: Multiple Filter Search Request
description: Search using Intercoms Search APIs with more than one filter.
Expand All @@ -15683,17 +15688,9 @@
description: An operator to allow boolean inspection between multiple fields.
example: AND
value:
oneOf:
- type: array
description: Add mutiple filters.
title: multiple filter search request
items:
"$ref": "#/components/schemas/multiple_filter_search_request"
- type: array
description: Add a single filter field.
title: single filter search request
items:
"$ref": "#/components/schemas/single_filter_search_request"
type: array
items:
"$ref": "#/components/schemas/multiple_or_single_filter_search_request"
news_item:
title: News Item
type: object
Expand Down