Skip to content

Commit cf9f51d

Browse files
docs(partner): add withCalls optional parameter
1 parent 9a5026e commit cf9f51d

File tree

2 files changed

+34
-6
lines changed

2 files changed

+34
-6
lines changed

docs/partner/sign-instance.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,16 @@ Método utilizado para assinar uma instância.
2727

2828
### Opcionais
2929

30-
| Atributos | Tipo | Descrição |
31-
| :-------- | :--: | :-------- |
32-
| | | |
30+
| Atributos | Tipo | Descrição |
31+
| :-------- | :-----: | :---------------------------------------------------------------- |
32+
| withCalls | boolean | Define se a instância será criada com suporte a chamadas (ligações) |
33+
34+
:::caution Atenção
35+
36+
O atributo **withCalls** é opcional. Caso não seja enviado, a requisição continuará funcionando normalmente com o comportamento padrão.
37+
Este recurso está disponível apenas para contas que possuem a funcionalidade de chamadas habilitada.
38+
39+
:::
3340

3441
---
3542

@@ -41,6 +48,14 @@ Método utilizado para assinar uma instância.
4148

4249
---
4350

51+
## Request Body
52+
53+
```json
54+
{
55+
"withCalls": true
56+
}
57+
```
58+
4459
## Response
4560

4661
### 201

i18n/en/docusaurus-plugin-content-docs/current/partner/sign-instance.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,14 @@ You will only be able to subscribe to instances created via API with this method
3333

3434
### Optionals
3535

36-
| Attributes| Type | Description|
37-
| :-------- | :--: | :-------- |
38-
| | | |
36+
| Attributes | Type | Description |
37+
| :--------- | :-----: | :-------------------------------------------------------------------------- |
38+
| withCalls | boolean | Defines whether the instance will be created with voice call support |
39+
40+
:::caution Warning
41+
42+
The **withCalls** attribute is optional. If not provided, the request will continue to work with the default behavior.
43+
This feature is only available for accounts with calls functionality enabled.
3944

4045
---
4146

@@ -47,6 +52,14 @@ You will only be able to subscribe to instances created via API with this method
4752

4853
---
4954

55+
## Request Body
56+
57+
```json
58+
{
59+
"withCalls": true
60+
}
61+
```
62+
5063
## Response
5164

5265
### 201

0 commit comments

Comments
 (0)