Revert "Deprecate group owner in API"
As explained in change Id18851f503 we want to continue supporting the
group owner in the API.
This reverts commit 1f2c29fd1c.
Change-Id: I805ad465ec8421c3bfd72f84c9e7f09f21cdc774
This commit is contained in:
@@ -1516,8 +1516,8 @@ permits users to apply to join the group, or manage their membership.
|
|||||||
|`options` ||link:#group-options-info[Options of the group]
|
|`options` ||link:#group-options-info[Options of the group]
|
||||||
|`description` |only for internal groups|The description of the group.
|
|`description` |only for internal groups|The description of the group.
|
||||||
|`group_id` |only for internal groups|The numeric ID of the group.
|
|`group_id` |only for internal groups|The numeric ID of the group.
|
||||||
|`owner` |deprecated, only for internal groups|The name of the owner group.
|
|`owner` |only for internal groups|The name of the owner group.
|
||||||
|`owner_id` |deprecated, only for internal groups|The URL encoded UUID of the owner group.
|
|`owner_id` |only for internal groups|The URL encoded UUID of the owner group.
|
||||||
|`created_on` |only for internal groups|The
|
|`created_on` |only for internal groups|The
|
||||||
link:rest-api.html#timestamp[timestamp] of when the group was created.
|
link:rest-api.html#timestamp[timestamp] of when the group was created.
|
||||||
|`_more_groups`|optional, only for internal groups, not set if `false`|
|
|`_more_groups`|optional, only for internal groups, not set if `false`|
|
||||||
|
|||||||
@@ -24,8 +24,8 @@ public class GroupInfo extends GroupBaseInfo {
|
|||||||
// These fields are only supplied for internal groups.
|
// These fields are only supplied for internal groups.
|
||||||
public String description;
|
public String description;
|
||||||
public Integer groupId;
|
public Integer groupId;
|
||||||
@Deprecated public String owner;
|
public String owner;
|
||||||
@Deprecated public String ownerId;
|
public String ownerId;
|
||||||
public Timestamp createdOn;
|
public Timestamp createdOn;
|
||||||
public Boolean _moreGroups;
|
public Boolean _moreGroups;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user