docs/AuthorizationApi.md in purecloudplatformclientv2-94.0.0 vs docs/AuthorizationApi.md in purecloudplatformclientv2-95.0.0
- old
+ new
@@ -352,15 +352,15 @@
opts = {
page_size: 25, # Integer | The total page size requested
page_number: 1, # Integer | The page number requested
sort_by: "sort_by_example", # String | variable name requested to sort by
- expand: nil, # Array<Object> | variable name requested by expand list
+ expand: ["expand_example"], # Array<String> | variable name requested by expand list
next_page: "next_page_example", # String | next page token
previous_page: "previous_page_example", # String | Previous page token
object_count: false, # BOOLEAN | Include the count of objects contained in the division
- id: nil, # Array<Object> | Optionally request specific divisions by their IDs
+ id: ["id_example"], # Array<String> | Optionally request specific divisions by their IDs
name: "name_example" # String | Search term to filter by division name
}
begin
#Retrieve a list of all divisions defined for the organization
@@ -376,15 +376,15 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**page_size** | **Integer**| The total page size requested | [optional] [default to 25] |
**page_number** | **Integer**| The page number requested | [optional] [default to 1] |
**sort_by** | **String**| variable name requested to sort by | [optional] |
- **expand** | [**Array<Object>**](Object.html)| variable name requested by expand list | [optional] |
+ **expand** | [**Array<String>**](String.html)| variable name requested by expand list | [optional] |
**next_page** | **String**| next page token | [optional] |
**previous_page** | **String**| Previous page token | [optional] |
**object_count** | **BOOLEAN**| Include the count of objects contained in the division | [optional] [default to false] |
- **id** | [**Array<Object>**](Object.html)| Optionally request specific divisions by their IDs | [optional] |
+ **id** | [**Array<String>**](String.html)| Optionally request specific divisions by their IDs | [optional] |
**name** | **String**| Search term to filter by division name | [optional] |
{: class="table table-striped"}
### Return type
@@ -1025,11 +1025,11 @@
opts = {
page_size: 25, # Integer | The total page size requested
page_number: 1, # Integer | The page number requested
sort_by: "sort_by_example", # String | variable name requested to sort by
- expand: nil, # Array<Object> | variable name requested by expand list
+ expand: ["expand_example"], # Array<String> | variable name requested by expand list
next_page: "next_page_example", # String | next page token
previous_page: "previous_page_example" # String | Previous page token
}
begin
@@ -1047,11 +1047,11 @@
------------- | ------------- | ------------- | -------------
**role_id** | **String**| Role ID | |
**page_size** | **Integer**| The total page size requested | [optional] [default to 25] |
**page_number** | **Integer**| The page number requested | [optional] [default to 1] |
**sort_by** | **String**| variable name requested to sort by | [optional] |
- **expand** | [**Array<Object>**](Object.html)| variable name requested by expand list | [optional] |
+ **expand** | [**Array<String>**](String.html)| variable name requested by expand list | [optional] |
**next_page** | **String**| next page token | [optional] |
**previous_page** | **String**| Previous page token | [optional] |
{: class="table table-striped"}
@@ -1172,16 +1172,16 @@
opts = {
page_size: 25, # Integer | The total page size requested
page_number: 1, # Integer | The page number requested
sort_by: "sort_by_example", # String | variable name requested to sort by
- expand: nil, # Array<Object> | variable name requested by expand list
+ expand: ["expand_example"], # Array<String> | variable name requested by expand list
next_page: "next_page_example", # String | next page token
previous_page: "previous_page_example", # String | Previous page token
name: "name_example", # String |
- permission: nil, # Array<Object> |
- default_role_id: nil, # Array<Object> |
+ permission: ["permission_example"], # Array<String> |
+ default_role_id: ["default_role_id_example"], # Array<String> |
user_count: true, # BOOLEAN |
id: ["id_example"] # Array<String> | id
}
begin
@@ -1198,15 +1198,15 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**page_size** | **Integer**| The total page size requested | [optional] [default to 25] |
**page_number** | **Integer**| The page number requested | [optional] [default to 1] |
**sort_by** | **String**| variable name requested to sort by | [optional] |
- **expand** | [**Array<Object>**](Object.html)| variable name requested by expand list | [optional] |
+ **expand** | [**Array<String>**](String.html)| variable name requested by expand list | [optional] |
**next_page** | **String**| next page token | [optional] |
**previous_page** | **String**| Previous page token | [optional] |
**name** | **String**| | [optional] |
- **permission** | [**Array<Object>**](Object.html)| | [optional] |
- **default_role_id** | [**Array<Object>**](Object.html)| | [optional] |
+ **permission** | [**Array<String>**](String.html)| | [optional] |
+ **default_role_id** | [**Array<String>**](String.html)| | [optional] |
**user_count** | **BOOLEAN**| | [optional] [default to true] |
**id** | [**Array<String>**](String.html)| id | [optional] |
{: class="table table-striped"}