Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions src/pages/messaging/agent-chat-api/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1344,9 +1344,9 @@ Uploads a file to the server as a temporary file. It returns a URL that expires

#### Request

| Parameter | Required | Data type | Notes |
| --------- | -------- | --------- | ------------------- |
| `file` | Yes | `binary` | Maximum size: 10MB. |
| Parameter | Required | Data type | Notes |
| --------- | -------- | --------- | --------------------------------------------------- |
| `file` | Yes | `binary` | Maximum size: 10MB. Executable files are forbidden. |

</Text>
<Code>
Expand Down
7 changes: 3 additions & 4 deletions src/pages/messaging/agent-chat-api/v3.2/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1208,10 +1208,9 @@ Uploads a file to the server as a temporary file. It returns a URL that expires

#### Request

| Parameter | Required | Data type | Notes |
| --------- | -------- | --------- | ------------------ |
| `file` | Yes | `binary` | maximum size: 10MB |

| Parameter | Required | Data type | Notes |
| --------- | -------- | --------- | --------------------------------------------------- |
| `file` | Yes | `binary` | maximum size: 10MB; executable files are forbidden. |
</Text>
<Code>
<CodeSample path={'REQUEST'}>
Expand Down
7 changes: 3 additions & 4 deletions src/pages/messaging/agent-chat-api/v3.3/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1222,10 +1222,9 @@ Uploads a file to the server as a temporary file. It returns a URL that expires

#### Request

| Parameter | Required | Data type | Notes |
| --------- | -------- | --------- | ------------------ |
| `file` | Yes | `binary` | maximum size: 10MB |

| Parameter | Required | Data type | Notes |
| --------- | -------- | --------- | --------------------------------------------------- |
| `file` | Yes | `binary` | maximum size: 10MB; executable files are forbidden. |
</Text>
<Code>
<CodeSample path={'REQUEST'}>
Expand Down
7 changes: 3 additions & 4 deletions src/pages/messaging/agent-chat-api/v3.4/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1254,10 +1254,9 @@ Uploads a file to the server as a temporary file. It returns a URL that expires

#### Request

| Parameter | Required | Data type | Notes |
| --------- | -------- | --------- | ------------------ |
| `file` | Yes | `binary` | maximum size: 10MB |

| Parameter | Required | Data type | Notes |
| --------- | -------- | --------- | ----------------------------------------------------|
| `file` | Yes | `binary` | maximum size: 10MB; executable files are forbidden. |
</Text>
<Code>
<CodeSample path={'REQUEST'}>
Expand Down
7 changes: 3 additions & 4 deletions src/pages/messaging/agent-chat-api/v3.5/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1306,10 +1306,9 @@ Uploads a file to the server as a temporary file. It returns a URL that expires

#### Request

| Parameter | Required | Data type | Notes |
| --------- | -------- | --------- | ------------------ |
| `file` | Yes | `binary` | maximum size: 10MB |

| Parameter | Required | Data type | Notes |
| --------- | -------- | --------- | ----------------------------------------------------|
| `file` | Yes | `binary` | maximum size: 10MB; executable files are forbidden. |
</Text>
<Code>
<CodeSample path={'REQUEST'}>
Expand Down
6 changes: 3 additions & 3 deletions src/pages/messaging/agent-chat-api/v3.7/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1344,9 +1344,9 @@ Uploads a file to the server as a temporary file. It returns a URL that expires

#### Request

| Parameter | Required | Data type | Notes |
| --------- | -------- | --------- | ------------------- |
| `file` | Yes | `binary` | Maximum size: 10MB. |
| Parameter | Required | Data type | Notes |
| --------- | -------- | --------- | --------------------------------------------------- |
| `file` | Yes | `binary` | Maximum size: 10MB. Executable files are forbidden. |

</Text>
<Code>
Expand Down
6 changes: 3 additions & 3 deletions src/pages/messaging/customer-chat-api/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -897,9 +897,9 @@ Uploads a file to the server as a temporary file. It returns a URL that expires

#### Request

| Parameter | Required | Data type | Notes |
| --------- | -------- | --------- | ----------------------- |
| `file` | Yes | `binary` | The maximum size: 10MB. |
| Parameter | Required | Data type | Notes |
| --------- | -------- | --------- | ------------------------------------------------------- |
| `file` | Yes | `binary` | The maximum size: 10MB. Executable files are forbidden. |

</Text>
<Code>
Expand Down
7 changes: 3 additions & 4 deletions src/pages/messaging/customer-chat-api/v3.2/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -680,10 +680,9 @@ Uploads a file to the server as a temporary file. It returns a URL that expires

#### Request

| Parameter | Required | Data type | Notes |
| --------- | -------- | --------- | ------------------ |
| `file` | Yes | `binary` | Maximum size: 10MB |

| Parameter | Required | Data type | Notes |
| --------- | -------- | --------- | --------------------------------------------------- |
| `file` | Yes | `binary` | Maximum size: 10MB. Executable files are forbidden. |
</Text>
<Code>
<CodeSample path={'REQUEST'}>
Expand Down
7 changes: 3 additions & 4 deletions src/pages/messaging/customer-chat-api/v3.3/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -834,10 +834,9 @@ Uploads a file to the server as a temporary file. It returns a URL that expires

#### Request

| Parameter | Required | Data type | Notes |
| --------- | -------- | --------- | ------------------ |
| `file` | Yes | `binary` | Maximum size: 10MB |

| Parameter | Required | Data type | Notes |
| --------- | -------- | --------- | --------------------------------------------------- |
| `file` | Yes | `binary` | Maximum size: 10MB. Executable files are forbidden. |
</Text>
<Code>
<CodeSample path={'REQUEST'}>
Expand Down
7 changes: 3 additions & 4 deletions src/pages/messaging/customer-chat-api/v3.4/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -837,10 +837,9 @@ Uploads a file to the server as a temporary file. It returns a URL that expires

#### Request

| Parameter | Required | Data type | Notes |
| --------- | -------- | --------- | ------------------ |
| `file` | Yes | `binary` | Maximum size: 10MB |

| Parameter | Required | Data type | Notes |
| --------- | -------- | --------- | --------------------------------------------------- |
| `file` | Yes | `binary` | Maximum size: 10MB. Executable files are forbidden. |
</Text>
<Code>
<CodeSample path={'REQUEST'}>
Expand Down
7 changes: 3 additions & 4 deletions src/pages/messaging/customer-chat-api/v3.5/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -832,10 +832,9 @@ Uploads a file to the server as a temporary file. It returns a URL that expires

#### Request

| Parameter | Required | Data type | Notes |
| --------- | -------- | --------- | ------------------ |
| `file` | Yes | `binary` | Maximum size: 10MB |

| Parameter | Required | Data type | Notes |
| --------- | -------- | --------- | ----------------------------------------------------|
| `file` | Yes | `binary` | Maximum size: 10MB. Executable files are forbidden. |
</Text>
<Code>
<CodeSample path={'REQUEST'}>
Expand Down
6 changes: 3 additions & 3 deletions src/pages/messaging/customer-chat-api/v3.7/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -897,9 +897,9 @@ Uploads a file to the server as a temporary file. It returns a URL that expires

#### Request

| Parameter | Required | Data type | Notes |
| --------- | -------- | --------- | ----------------------- |
| `file` | Yes | `binary` | The maximum size: 10MB. |
| Parameter | Required | Data type | Notes |
| --------- | -------- | --------- | ------------------------------------------------------- |
| `file` | Yes | `binary` | The maximum size: 10MB. Executable files are forbidden. |

</Text>
<Code>
Expand Down