docs/GroupsApi.md in purecloudplatformclientv2-28.0.1 vs docs/GroupsApi.md in purecloudplatformclientv2-29.0.0
- old
+ new
@@ -609,11 +609,11 @@
config.access_token = @authToken
end
api_instance = PureCloud::GroupsApi.new
-body = PureCloud::Group.new # Group | Group
+body = PureCloud::GroupCreate.new # GroupCreate | Group
begin
#Create a group
result = api_instance.post_groups(body)
@@ -625,10 +625,10 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **body** | [**Group**](Group.html)| Group | |
+ **body** | [**GroupCreate**](GroupCreate.html)| Group | |
{: class="table table-striped"}
### Return type