Skip to content

Commit cabd62b

Browse files
Revert "docs(partner): add withCalls optional parameter"
This reverts commit cf9f51d.
1 parent fb3721c commit cabd62b

File tree

2 files changed

+6
-34
lines changed

2 files changed

+6
-34
lines changed

docs/partner/sign-instance.md

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

2828
### Opcionais
2929

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-
:::
30+
| Atributos | Tipo | Descrição |
31+
| :-------- | :--: | :-------- |
32+
| | | |
4033

4134
---
4235

@@ -48,14 +41,6 @@ Este recurso está disponível apenas para contas que possuem a funcionalidade d
4841

4942
---
5043

51-
## Request Body
52-
53-
```json
54-
{
55-
"withCalls": true
56-
}
57-
```
58-
5944
## Response
6045

6146
### 201

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

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,9 @@ 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-
| 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.
36+
| Attributes| Type | Description|
37+
| :-------- | :--: | :-------- |
38+
| | | |
4439

4540
---
4641

@@ -52,14 +47,6 @@ This feature is only available for accounts with calls functionality enabled.
5247

5348
---
5449

55-
## Request Body
56-
57-
```json
58-
{
59-
"withCalls": true
60-
}
61-
```
62-
6350
## Response
6451

6552
### 201

0 commit comments

Comments
 (0)