Skip to content

Commit f269675

Browse files
authored
Merge pull request #25110 from microsoftgraph/JarbasHorst-patch-6
Updated TOC for the Post operation of the call resource
2 parents 12bda3f + 5115217 commit f269675

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

api-reference/beta/resources/call.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ https://teams.microsoft.com/l/meetup-join/19:meeting_NTg0NmQ3NTctZDVkZC00YzRhLTh
3737

3838
| Method | Return Type | Description |
3939
|:-------------------------------------------------------------------|:------------------------------------------------------------|:--------------------------------------------------------------------------------|
40+
| [Create](../api/application-post-calls.md) | [call](call.md) | Create **call** enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. |
4041
| [Get](../api/call-get.md) | [call](call.md) | Read properties of the **call** object. |
4142
| [Delete/hang up](../api/call-delete.md) | None | Delete or Hang-up an active **call**. |
4243
| [Keep alive](../api/call-keepalive.md) | None | Ensure that the call remains active.

api-reference/beta/toc/teamwork-and-communications/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ items:
192192
items:
193193
- name: Call
194194
href: ../../resources/call.md
195+
- name: Create
196+
href: ../../api/application-post-calls.md
195197
- name: Get
196198
href: ../../api/call-get.md
197199
- name: Delete/hang up

api-reference/v1.0/resources/call.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ https://teams.microsoft.com/l/meetup-join/19:meeting_NTg0NmQ3NTctZDVkZC00YzRhLTh
3535

3636
| Method | Return Type | Description |
3737
|:-------------------------------------------------------------------------|:--------------------------------------------------------------------|:--------------------------------------------------------------------------------|
38+
| [Create](../api/application-post-calls.md) | [call](call.md) | Create **call** enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. |
3839
| [Get](../api/call-get.md) | [call](call.md) | Read properties of the **call** object. |
3940
| [Delete/hang up](../api/call-delete.md) | None | Delete or Hang-up an active **call**. |
4041
| [Keep alive](../api/call-keepalive.md) | None | Ensure that the call remains active. |

api-reference/v1.0/toc/teamwork-and-communications/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ items:
126126
items:
127127
- name: Call
128128
href: ../../resources/call.md
129+
- name: Create
130+
href: ../../api/application-post-calls.md
129131
- name: Get
130132
href: ../../api/call-get.md
131133
- name: Delete/hang up

0 commit comments

Comments
 (0)