doc_out/AuthorizationApi.html.md in purecloud-0.49.1 vs doc_out/AuthorizationApi.html.md in purecloud-0.50.1
- old
+ new
@@ -273,14 +273,14 @@
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: ["expand_example"], # Array<String> | variable name requested by expand list
+ expand: nil, # Array<Object> | variable name requested by expand list
next_page: "next_page_example", # String | next page token
previous_page: "previous_page_example", # String | Previous page token
- permission: ["permission_example"], # Array<String> |
+ permission: nil, # Array<Object> |
user_count: true # BOOLEAN |
}
begin
#Retrieve a list of all roles defined for the organization
@@ -296,13 +296,13 @@
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<String>**](String.html)| variable name requested by expand list | [optional]
+ **expand** | [**Array<Object>**](Object.html)| variable name requested by expand list | [optional]
**next_page** | **String**| next page token | [optional]
**previous_page** | **String**| Previous page token | [optional]
- **permission** | [**Array<String>**](String.html)| | [optional]
+ **permission** | [**Array<Object>**](Object.html)| | [optional]
**user_count** | **BOOLEAN**| | [optional] [default to true]
{: class="table table-striped"}
### Return type