| Package | Description |
|---|---|
| net.leanix.api | |
| net.leanix.api.models |
| Modifier and Type | Method and Description |
|---|---|
BasicResponse |
ModelsApi.updateAuthorization(List<AuthorizationRole> body,
String workspaceId)
updateAuthorization
Updates all authorization roles for a given workspace.
|
BasicResponse |
ModelsApi.updateLanguage(String id,
Object definition,
String workspaceId)
updateLanguage
Updates the given language
|
BasicResponse |
ModelsApi.updateViewModel(String body,
String workspaceId)
updateViewModel
Updates the view model for a workspace
|
| Modifier and Type | Method and Description |
|---|---|
BasicResponse |
BasicResponse.addErrorsItem(ApiError errorsItem) |
BasicResponse |
BasicResponse.errors(List<ApiError> errors) |
BasicResponse |
BasicResponse.message(String message) |
BasicResponse |
BasicResponse.status(String status) |
BasicResponse |
BasicResponse.total(Long total) |
BasicResponse |
BasicResponse.type(String type) |
Copyright © 2017 LeanIX GmbH. All rights reserved.