Skip to content

Commit

Permalink
[5.3] MSPB-365: Add system config endpoint (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
masmerino13 authored and guillegr123 committed Jun 6, 2024
1 parent c00ca5d commit fe2848f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/js/lib/jquery.kazoosdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,9 @@
'update': { 'verb': 'POST', 'url': 'accounts/{accountId}/match_lists/{matchListId}' },
'patch': { 'verb': 'PATCH', 'url': 'accounts/{accountId}/match_lists/{matchListId}' },
'delete': { 'verb': 'DELETE', 'url': 'accounts/{accountId}/match_lists/{matchListId}' }
},
configs: {
'get': { 'verb': 'GET', 'url': 'accounts/{accountId}/configs/{endpoint}' }
}
},
authTokens = {};
Expand Down

0 comments on commit fe2848f

Please sign in to comment.