Skip to content

Commit 0489670

Browse files
committed
remove filter_caller_id
add link and warning to new endpoints
1 parent 4072190 commit 0489670

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

api/signalwire-rest/space-api/_spec_.yaml

+26-1
Original file line numberDiff line numberDiff line change
@@ -6998,6 +6998,7 @@ paths:
69986998
example: John Smith
69996999
/endpoints/sip:
70007000
get:
7001+
deprecated: true
70017002
operationId: list_sip_endpoints
70027003
summary: List all SIP Endpoints.
70037004
description: |
@@ -7008,9 +7009,13 @@ paths:
70087009
70097010
#### Permissions
70107011
The API token must include the following scopes: _Voice_.
7012+
7013+
:::important
7014+
This endpoint is deprecated. Use the [SIP Endpoints API](/rest/signalwire-rest/endpoints/fabric/sip-endpoints) instead.
7015+
:::
7016+
70117017
tags:
70127018
- SIP Endpoints
7013-
parameters: []
70147019
responses:
70157020
'200':
70167021
description: OK
@@ -7278,6 +7283,7 @@ paths:
72787283
example: >-
72797284
https://dev.signalwire.com/relay-bins/f9d13f68-f71e-4042-95bb-b07b9e2f2f92
72807285
post:
7286+
deprecated: true
72817287
operationId: create_sip_endpoint
72827288
summary: Create a SIP Endpoint
72837289
description: |
@@ -7286,6 +7292,10 @@ paths:
72867292
72877293
#### Permissions
72887294
The API token must include the following scopes: _Voice_.
7295+
7296+
:::important
7297+
This endpoint is deprecated. Use the [SIP Endpoints API](/rest/signalwire-rest/endpoints/fabric/sip-endpoints) instead.
7298+
:::
72897299
tags:
72907300
- SIP Endpoints
72917301
requestBody:
@@ -7772,6 +7782,7 @@ paths:
77727782
https://dev.signalwire.com/relay-bins/f9d13f68-f71e-4042-95bb-b07b9e2f2f92
77737783
/endpoints/sip/{id}:
77747784
get:
7785+
deprecated: true
77757786
operationId: retrieve_sip_endpoint
77767787
summary: Retrieve a SIP Endpoint
77777788
description: |
@@ -7781,6 +7792,10 @@ paths:
77817792
77827793
#### Permissions
77837794
The API token must include the following scopes: _Voice_.
7795+
7796+
:::important
7797+
This endpoint is deprecated. Use the [SIP Endpoints API](/rest/signalwire-rest/endpoints/fabric/sip-endpoints) instead.
7798+
:::
77847799
tags:
77857800
- SIP Endpoints
77867801
parameters:
@@ -8030,6 +8045,7 @@ paths:
80308045
example: >-
80318046
https://dev.signalwire.com/relay-bins/f9d13f68-f71e-4042-95bb-b07b9e2f2f92
80328047
put:
8048+
deprecated: true
80338049
operationId: update_sip_endpoint
80348050
summary: Update a SIP Endpoint
80358051
description: |
@@ -8038,6 +8054,10 @@ paths:
80388054
80398055
#### Permissions
80408056
The API token must include the following scopes: _Voice_.
8057+
8058+
:::important
8059+
This endpoint is deprecated. Use the [SIP Endpoints API](/rest/signalwire-rest/endpoints/fabric/sip-endpoints) instead.
8060+
:::
80418061
tags:
80428062
- SIP Endpoints
80438063
parameters:
@@ -8527,6 +8547,7 @@ paths:
85278547
example: >-
85288548
https://dev.signalwire.com/relay-bins/f9d13f68-f71e-4042-95bb-b07b9e2f2f92
85298549
delete:
8550+
deprecated: true
85308551
operationId: delete_sip_endpoint
85318552
summary: Delete a SIP Endpoint
85328553
description: |
@@ -8536,6 +8557,10 @@ paths:
85368557
85378558
#### Permissions
85388559
The API token must include the following scopes: _Voice_.
8560+
8561+
:::important
8562+
This endpoint is deprecated. Use the [SIP Endpoints API](/rest/signalwire-rest/endpoints/fabric/sip-endpoints) instead.
8563+
:::
85398564
tags:
85408565
- SIP Endpoints
85418566
parameters:

0 commit comments

Comments
 (0)