Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/signalwire-rest/fabric-api/_spec_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7256,7 +7256,7 @@ paths:
tags:
- SWML Applications
summary: List SWML Applications
operationId: listSWmlApplications
operationId: listSWMLApplications
responses:
'200':
description: A list of SWML Applications
Expand Down
6 changes: 5 additions & 1 deletion provisioning/nginx/redirects.map
Original file line number Diff line number Diff line change
Expand Up @@ -1248,4 +1248,8 @@
/rest/signalwire-rest/endpoints/fabric/external-swml-handlers-update /rest/signalwire-rest/endpoints/fabric/swml-webhooks-update;
/rest/signalwire-rest/endpoints/fabric/external-swml-handlers-update/ /rest/signalwire-rest/endpoints/fabric/swml-webhooks-update;
/rest/signalwire-rest/endpoints/fabric/external-swml-handlers-delete /rest/signalwire-rest/endpoints/fabric/swml-webhooks-delete;
/rest/signalwire-rest/endpoints/fabric/external-swml-handlers-delete/ /rest/signalwire-rest/endpoints/fabric/swml-webhooks-delete;
/rest/signalwire-rest/endpoints/fabric/external-swml-handlers-delete/ /rest/signalwire-rest/endpoints/fabric/swml-webhooks-delete;

# REST API slug fix, 6/3/25
/rest/signalwire-rest/endpoints/fabric/list-s-wml-applications /rest/signalwire-rest/endpoints/fabric/list-swml-applications;
/rest/signalwire-rest/endpoints/fabric/list-s-wml-applications/ /rest/signalwire-rest/endpoints/fabric/list-swml-applications;