@@ -6998,6 +6998,7 @@ paths:
6998
6998
example : John Smith
6999
6999
/endpoints/sip :
7000
7000
get :
7001
+ deprecated : true
7001
7002
operationId : list_sip_endpoints
7002
7003
summary : List all SIP Endpoints.
7003
7004
description : |
@@ -7008,9 +7009,13 @@ paths:
7008
7009
7009
7010
#### Permissions
7010
7011
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
+
7011
7017
tags :
7012
7018
- SIP Endpoints
7013
- parameters : []
7014
7019
responses :
7015
7020
' 200 ' :
7016
7021
description : OK
@@ -7278,6 +7283,7 @@ paths:
7278
7283
example : >-
7279
7284
https://dev.signalwire.com/relay-bins/f9d13f68-f71e-4042-95bb-b07b9e2f2f92
7280
7285
post :
7286
+ deprecated : true
7281
7287
operationId : create_sip_endpoint
7282
7288
summary : Create a SIP Endpoint
7283
7289
description : |
@@ -7286,6 +7292,10 @@ paths:
7286
7292
7287
7293
#### Permissions
7288
7294
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
+ :::
7289
7299
tags :
7290
7300
- SIP Endpoints
7291
7301
requestBody :
@@ -7772,6 +7782,7 @@ paths:
7772
7782
https://dev.signalwire.com/relay-bins/f9d13f68-f71e-4042-95bb-b07b9e2f2f92
7773
7783
/endpoints/sip/{id} :
7774
7784
get :
7785
+ deprecated : true
7775
7786
operationId : retrieve_sip_endpoint
7776
7787
summary : Retrieve a SIP Endpoint
7777
7788
description : |
@@ -7781,6 +7792,10 @@ paths:
7781
7792
7782
7793
#### Permissions
7783
7794
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
+ :::
7784
7799
tags :
7785
7800
- SIP Endpoints
7786
7801
parameters :
@@ -8030,6 +8045,7 @@ paths:
8030
8045
example : >-
8031
8046
https://dev.signalwire.com/relay-bins/f9d13f68-f71e-4042-95bb-b07b9e2f2f92
8032
8047
put :
8048
+ deprecated : true
8033
8049
operationId : update_sip_endpoint
8034
8050
summary : Update a SIP Endpoint
8035
8051
description : |
@@ -8038,6 +8054,10 @@ paths:
8038
8054
8039
8055
#### Permissions
8040
8056
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
+ :::
8041
8061
tags :
8042
8062
- SIP Endpoints
8043
8063
parameters :
@@ -8527,6 +8547,7 @@ paths:
8527
8547
example : >-
8528
8548
https://dev.signalwire.com/relay-bins/f9d13f68-f71e-4042-95bb-b07b9e2f2f92
8529
8549
delete :
8550
+ deprecated : true
8530
8551
operationId : delete_sip_endpoint
8531
8552
summary : Delete a SIP Endpoint
8532
8553
description : |
@@ -8536,6 +8557,10 @@ paths:
8536
8557
8537
8558
#### Permissions
8538
8559
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
+ :::
8539
8564
tags :
8540
8565
- SIP Endpoints
8541
8566
parameters :
0 commit comments