Skip to content

Commit 877cdfd

Browse files
Merge remote-tracking branch 'origin/master'
2 parents c08215c + 98eb01b commit 877cdfd

19 files changed

+11011
-21104
lines changed

ce/docs/DeviceApiControllerApi.md

Lines changed: 0 additions & 300 deletions
This file was deleted.

ce/spec/openapi.json

Lines changed: 3863 additions & 5560 deletions
Large diffs are not rendered by default.

ce/src/main/java/org/thingsboard/client/api/ThingsboardApi.java

Lines changed: 112 additions & 1621 deletions
Large diffs are not rendered by default.

paas/docs/DeviceApiControllerApi.md

Lines changed: 0 additions & 300 deletions
This file was deleted.

paas/docs/EntityGroupControllerApi.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ void removeEntitiesFromEntityGroup(@Nonnull String entityGroupId, @Nonnull List<
3737
EntityGroupInfo saveEntityGroup(@Nonnull EntityGroup entityGroup) // Create Or Update Entity Group (saveEntityGroup)
3838
void shareEntityGroup(@Nonnull String entityGroupId, @Nonnull ShareGroupRequest shareGroupRequest) // Share the Entity Group (shareEntityGroup)
3939
void shareEntityGroupToChildOwnerUserGroup(@Nonnull String entityGroupId, @Nonnull String userGroupId, @Nonnull String roleId) // Share the Entity Group with User group (shareEntityGroupToChildOwnerUserGroup)
40+
void shareEntityGroupToChildOwnerUserGroupV2(@Nonnull UUID entityGroupId, @Nonnull ShareGroupRequest shareGroupRequest) // Share the Entity Group with User group (shareEntityGroupToChildOwnerUserGroupV2)
4041
EntityGroup unassignEntityGroupFromEdge(@Nonnull String edgeId, @Nonnull String groupType, @Nonnull String entityGroupId) // Unassign entity group from edge (unassignEntityGroupFromEdge)
4142
```
4243

@@ -945,6 +946,31 @@ Share the entity group with specified user group using specified role. Availab
945946
null (empty response body)
946947

947948

949+
## shareEntityGroupToChildOwnerUserGroupV2
950+
951+
```
952+
void shareEntityGroupToChildOwnerUserGroupV2(@Nonnull UUID entityGroupId, @Nonnull ShareGroupRequest shareGroupRequest)
953+
```
954+
955+
**POST** `/api/v2/entityGroup/{entityGroupId}/share`
956+
957+
Share the Entity Group with User group (shareEntityGroupToChildOwnerUserGroupV2)
958+
959+
Share the entity group with specified user group using specified role. Available for users with 'TENANT_ADMIN' or 'CUSTOMER_USER' authority. Security check is performed to verify that the user has 'WRITE' permission for specified group.
960+
961+
962+
### Parameters
963+
964+
| Name | Type | Description | Notes |
965+
|------------- | ------------- | ------------- | -------------|
966+
| **entityGroupId** | **UUID** | A uuid value representing the Entity Group Id that you would like to share. For example, '784f394c-42b6-435a-983c-b7beff2784f9' | |
967+
| **shareGroupRequest** | **ShareGroupRequest** | | |
968+
969+
### Return type
970+
971+
null (empty response body)
972+
973+
948974
## unassignEntityGroupFromEdge
949975

950976
```

paas/docs/ReportTimeSeriesChartSettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
| **legendLabelColor** | **String** | | [optional] |
2424
| **legendValueFont** | **Font** | | [optional] |
2525
| **legendValueColor** | **String** | | [optional] |
26-
| **yaxes** | **Map\<String, TimeSeriesChartYAxisSettings\>** | | [optional] |
2726
| **xaxis** | **TimeSeriesChartXAxisSettings** | | [optional] |
27+
| **yaxes** | **Map\<String, TimeSeriesChartYAxisSettings\>** | | [optional] |
2828
| **thresholds** | **List\<TimeSeriesChartThreshold\>** | | [optional] |
2929
| **grid** | **TimeSeriesChartGridSettings** | | [optional] |
3030
| **yAxes** | **Map\<String, TimeSeriesChartYAxisSettings\>** | | [optional] |

0 commit comments

Comments
 (0)