Skip to content

Commit abad805

Browse files
committed
fix admonitions (affects docs)
1 parent bd5bef4 commit abad805

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1918,7 +1918,7 @@ paths:
19181918

19191919
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.
19201920

1921-
{% admonition type="attention" name="Using `company_id`" %}
1921+
{% admonition type="warning" name="Using `company_id`" %}
19221922
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.
19231923
{% /admonition %}
19241924
responses:
@@ -2221,7 +2221,7 @@ paths:
22212221
description: |
22222222
You can update a single company using the Intercom provisioned `id`.
22232223

2224-
{% admonition type="attention" name="Using `company_id`" %}
2224+
{% admonition type="warning" name="Using `company_id`" %}
22252225
When updating a company it is not possible to update `company_id`. This can only be set once upon creation of the company.
22262226
{% /admonition %}
22272227
responses:
@@ -4299,7 +4299,7 @@ paths:
42994299

43004300
### Accepted Operators
43014301

4302-
{% admonition type="attention" name="Searching based on `created_at`" %}
4302+
{% admonition type="warning" name="Searching based on `created_at`" %}
43034303
You cannot use the `<=` or `>=` operators to search by `created_at`.
43044304
{% /admonition %}
43054305

@@ -6722,7 +6722,7 @@ paths:
67226722
operationId: autoAssignConversation
67236723
description: |
67246724
You can let a conversation be automatically assigned following assignment rules.
6725-
{% admonition type="attention" name="When using workflows" %}
6725+
{% admonition type="warning" name="When using workflows" %}
67266726
It is not possible to use this endpoint with Workflows.
67276727
{% /admonition %}
67286728
responses:
@@ -6873,7 +6873,7 @@ paths:
68736873
description: |+
68746874
You can add participants who are contacts to a conversation, on behalf of either another contact or an admin.
68756875

6876-
{% admonition type="attention" name="Contacts without an email" %}
6876+
{% admonition type="warning" name="Contacts without an email" %}
68776877
If you add a contact via the email parameter and there is no user/lead found on that workspace with he given email, then we will create a new contact with `role` set to `lead`.
68786878
{% /admonition %}
68796879

@@ -6978,7 +6978,7 @@ paths:
69786978
description: |+
69796979
You can add participants who are contacts to a conversation, on behalf of either another contact or an admin.
69806980

6981-
{% admonition type="attention" name="Contacts without an email" %}
6981+
{% admonition type="warning" name="Contacts without an email" %}
69826982
If you add a contact via the email parameter and there is no user/lead found on that workspace with he given email, then we will create a new contact with `role` set to `lead`.
69836983
{% /admonition %}
69846984

descriptions/2.11/api.intercom.io.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@ paths:
13631363

13641364
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.
13651365

1366-
{% admonition type="attention" name="Using `company_id`" %}
1366+
{% admonition type="warning" name="Using `company_id`" %}
13671367
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.
13681368
{% /admonition %}
13691369
responses:
@@ -1666,7 +1666,7 @@ paths:
16661666
description: |
16671667
You can update a single company using the Intercom provisioned `id`.
16681668

1669-
{% admonition type="attention" name="Using `company_id`" %}
1669+
{% admonition type="warning" name="Using `company_id`" %}
16701670
When updating a company it is not possible to update `company_id`. This can only be set once upon creation of the company.
16711671
{% /admonition %}
16721672
responses:
@@ -3753,7 +3753,7 @@ paths:
37533753

37543754
### Accepted Operators
37553755

3756-
{% admonition type="attention" name="Searching based on `created_at`" %}
3756+
{% admonition type="warning" name="Searching based on `created_at`" %}
37573757
You cannot use the `<=` or `>=` operators to search by `created_at`.
37583758
{% /admonition %}
37593759

@@ -5816,7 +5816,7 @@ paths:
58165816
operationId: autoAssignConversation
58175817
description: |
58185818
You can let a conversation be automatically assigned following assignment rules.
5819-
{% admonition type="attention" name="When using workflows" %}
5819+
{% admonition type="warning" name="When using workflows" %}
58205820
It is not possible to use this endpoint with Workflows.
58215821
{% /admonition %}
58225822
responses:
@@ -5965,7 +5965,7 @@ paths:
59655965
description: |+
59665966
You can add participants who are contacts to a conversation, on behalf of either another contact or an admin.
59675967

5968-
{% admonition type="attention" name="Contacts without an email" %}
5968+
{% admonition type="warning" name="Contacts without an email" %}
59695969
If you add a contact via the email parameter and there is no user/lead found on that workspace with he given email, then we will create a new contact with `role` set to `lead`.
59705970
{% /admonition %}
59715971

@@ -6070,7 +6070,7 @@ paths:
60706070
description: |+
60716071
You can add participants who are contacts to a conversation, on behalf of either another contact or an admin.
60726072

6073-
{% admonition type="attention" name="Contacts without an email" %}
6073+
{% admonition type="warning" name="Contacts without an email" %}
60746074
If you add a contact via the email parameter and there is no user/lead found on that workspace with he given email, then we will create a new contact with `role` set to `lead`.
60756075
{% /admonition %}
60766076

0 commit comments

Comments
 (0)