Polish community UI copy and cleanup
This commit is contained in:
@@ -298,6 +298,9 @@
|
||||
listAuthProfiles: function(workspaceId) {
|
||||
return get('/workspaces/' + encodeURIComponent(workspaceId) + '/auth-profiles');
|
||||
},
|
||||
createAuthProfile: function(workspaceId, payload) {
|
||||
return post('/workspaces/' + encodeURIComponent(workspaceId) + '/auth-profiles', payload);
|
||||
},
|
||||
listUpstreams: function(workspaceId) {
|
||||
return get('/workspaces/' + encodeURIComponent(workspaceId) + '/upstreams');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user