Skip to content

Commit ad65f2c

Browse files
committed
fix indent
1 parent 1cb163f commit ad65f2c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -520,10 +520,10 @@ paths:
520520
schema:
521521
type: string
522522
delete:
523-
x-fern-sdk-group-name:
524-
- ai
523+
x-fern-sdk-group-name:
524+
- ai
525525
- contentImportSources
526-
x-fern-sdk-method-name: delete
526+
x-fern-sdk-method-name: delete
527527
summary: Delete a content import source
528528
operationId: deleteContentImportSource
529529
description: You can delete a content import source by making a DELETE request
@@ -2006,7 +2006,7 @@ paths:
20062006

20072007
Companies are looked up via `company_id` in a `POST` request, if not found via `company_id`, the new company will be created, if found, that company will be updated.
20082008

2009-
{% admonition type="attention" name="Using `company_id`" %}
2009+
{% admonition type="info" name="Using `company_id`" %}
20102010
You can set a unique `company_id` value when creating a company. However, it is not possible to update `company_id`. Be sure to set a unique value once upon creation of the company.
20112011
{% /admonition %}
20122012
responses:
@@ -2318,7 +2318,7 @@ paths:
23182318
description: |
23192319
You can update a single company using the Intercom provisioned `id`.
23202320

2321-
{% admonition type="attention" name="Using `company_id`" %}
2321+
{% admonition type="info" name="Using `company_id`" %}
23222322
When updating a company it is not possible to update `company_id`. This can only be set once upon creation of the company.
23232323
{% /admonition %}
23242324
responses:
@@ -4448,7 +4448,7 @@ paths:
44484448

44494449
### Accepted Operators
44504450

4451-
{% admonition type="attention" name="Searching based on `created_at`" %}
4451+
{% admonition type="info" name="Searching based on `created_at`" %}
44524452
You cannot use the `<=` or `>=` operators to search by `created_at`.
44534453
{% /admonition %}
44544454

0 commit comments

Comments
 (0)