You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/apis/signalwire-rest/openapi.yaml
+8-99Lines changed: 8 additions & 99 deletions
Original file line number
Diff line number
Diff line change
@@ -152,17 +152,17 @@ tags:
152
152
url: https://signalwire.com/docs/apis
153
153
description: Developer documentation on SWML Script, Fabric API endpoints
154
154
- name: Subscriber SIP Credentials
155
-
description: Endpoints related to creating & managing Subscriber SIP Endpoints
155
+
description: Endpoints related to creating & managing [Subscriber](/docs/platform/subscribers) SIP Endpoints.
156
156
externalDocs:
157
157
url: https://signalwire.com/docs/apis
158
158
description: Developer documentation on Subscriber SIP Endpoint, Fabric API endpoints
159
159
- name: Subscriber Tokens
160
-
description: Endpoints related to creating & managing Subscriber tokens
160
+
description: Endpoints related to creating & managing [Subscriber](/docs/platform/subscribers) tokens.
161
161
externalDocs:
162
162
url: https://signalwire.com/docs/apis
163
163
description: Developer documentation on Subscriber token, Fabric API endpoints
164
164
- name: Subscribers
165
-
description: Endpoints related to creating & managing Subscribers
165
+
description: Endpoints related to creating & managing [Subscribers](/docs/platform/subscribers).
166
166
externalDocs:
167
167
url: https://signalwire.com/docs/apis
168
168
description: Developer documentation on Subscriber, Fabric API endpoints
@@ -207,7 +207,7 @@ tags:
207
207
url: https://signalwire.com/docs/apis
208
208
description: Developer documentation on FreeSWITCH Connector, Fabric API endpoints
209
209
- name: Addresses
210
-
description: Client-side endpoints for listing and retrieving resource addresses using subscriber access tokens (SAT). Intended for use with the Browser SDK to resolve addresses from the client.
210
+
description: Client-side endpoints for listing and retrieving resource addresses using [subscriber](/docs/platform/subscribers) access tokens (SAT). Intended for use with the Browser SDK to resolve addresses from the client.
211
211
externalDocs:
212
212
url: https://signalwire.com/docs/apis
213
213
description: Developer documentation on Fabric Address, Fabric API endpoints
@@ -343,8 +343,6 @@ paths:
343
343
| `calling.stream.stop` | Stop active stream |
344
344
| `calling.denoise` | Start noise reduction on a call |
| `calling.transcribe.stop` | Stop active transcription |
348
346
| `calling.ai_hold` | Place an AI call on hold |
349
347
| `calling.ai_unhold` | Resume an AI call from hold |
350
348
| `calling.ai_message` | Inject a message into an active AI conversation |
@@ -706,23 +704,6 @@ paths:
706
704
command: calling.denoise.stop
707
705
id: 3fa85f64-5717-4562-b3fc-2c963f66afa6
708
706
params: {}
709
-
calling.transcribe:
710
-
summary: calling.transcribe
711
-
description: Start transcription on an active call
712
-
value:
713
-
command: calling.transcribe
714
-
id: 3fa85f64-5717-4562-b3fc-2c963f66afa6
715
-
params:
716
-
control_id: transcribe-control-1
717
-
status_url: https://example.com/status_callback
718
-
calling.transcribe.stop:
719
-
summary: calling.transcribe.stop
720
-
description: Stop an active transcription
721
-
value:
722
-
command: calling.transcribe.stop
723
-
id: 3fa85f64-5717-4562-b3fc-2c963f66afa6
724
-
params:
725
-
control_id: transcribe-control-1
726
707
calling.ai.stop:
727
708
summary: calling.ai.stop
728
709
description: Stop an active AI session on the call
@@ -1265,7 +1246,7 @@ paths:
1265
1246
operationId: list_resource_addresses_client
1266
1247
summary: List Resource Addresses from a Client
1267
1248
description: |-
1268
-
Lists resource addresses visible to the authenticated subscriber. This endpoint uses bearer token authentication with a SAT (Subscriber Access Token),
1249
+
Lists resource addresses visible to the authenticated [subscriber](/docs/platform/subscribers). This endpoint uses bearer token authentication with a SAT (Subscriber Access Token),
1269
1250
which can be generated using the [Create Subscriber Token endpoint](/docs/apis/rest/subscribers/tokens/create-subscriber-token).
1270
1251
#### Permissions
1271
1252
@@ -1307,7 +1288,7 @@ paths:
1307
1288
operationId: get_resource_address_client
1308
1289
summary: Get Resource Address from a Client
1309
1290
description: |-
1310
-
Returns a resource address by ID. This endpoint uses bearer token authentication with a SAT (Subscriber Access Token),
1291
+
Returns a resource address by ID. This endpoint uses bearer token authentication with a SAT ([Subscriber](/docs/platform/subscribers) Access Token),
1311
1292
which can be generated using the [Create Subscriber Token endpoint](/docs/apis/rest/subscribers/tokens/create-subscriber-token).
0 commit comments