@keycloak/keycloak-admin-client 17.0.0-dev.20 → 17.0.0-dev.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/resources/clients.js +2 -2
- package/package.json +1 -1
package/lib/resources/clients.js
CHANGED
|
@@ -241,7 +241,7 @@ var Clients = (function (_super) {
|
|
|
241
241
|
});
|
|
242
242
|
_this.listCompositeClientScopeMappings = _this.makeRequest({
|
|
243
243
|
method: 'GET',
|
|
244
|
-
path: '/{id}/scope-mappings/clients/{client}/
|
|
244
|
+
path: '/{id}/scope-mappings/clients/{client}/composite',
|
|
245
245
|
urlParamKeys: ['id', 'client']
|
|
246
246
|
});
|
|
247
247
|
_this.delClientScopeMappings = _this.makeUpdateRequest({
|
|
@@ -284,7 +284,7 @@ var Clients = (function (_super) {
|
|
|
284
284
|
});
|
|
285
285
|
_this.listCompositeRealmScopeMappings = _this.makeRequest({
|
|
286
286
|
method: 'GET',
|
|
287
|
-
path: '/{id}/scope-mappings/realm/
|
|
287
|
+
path: '/{id}/scope-mappings/realm/composite',
|
|
288
288
|
urlParamKeys: ['id']
|
|
289
289
|
});
|
|
290
290
|
_this.delRealmScopeMappings = _this.makeUpdateRequest({
|