doc_out/UsersApi.html.md in purecloud-0.50.1 vs doc_out/UsersApi.html.md in purecloud-0.51.1
- old
+ new
@@ -180,11 +180,11 @@
api_instance = PureCloud::UsersApi.new
user_id = "user_id_example" # String | User ID
-skill_id = "skill_id_example" # String |
+skill_id = "skill_id_example" # String | skillId
begin
#Remove routing skill from user
result = api_instance.delete_user_id_routingskills_skill_id(user_id, skill_id)
@@ -197,11 +197,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**user_id** | **String**| User ID |
- **skill_id** | **String**| |
+ **skill_id** | **String**| skillId |
{: class="table table-striped"}
### Return type
@@ -404,14 +404,14 @@
config.access_token = @authToken
end
api_instance = PureCloud::UsersApi.new
-q64 = "q64_example" # String |
+q64 = "q64_example" # String | q64
opts = {
- expand: ["expand_example"] # Array<String> |
+ expand: ["expand_example"] # Array<String> | expand
}
begin
#Search using q64
result = api_instance.get_search(q64, opts)
@@ -423,12 +423,12 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
- **q64** | **String**| |
- **expand** | [**Array<String>**](String.html)| | [optional]
+ **q64** | **String**| q64 |
+ **expand** | [**Array<String>**](String.html)| expand | [optional]
{: class="table table-striped"}
### Return type
@@ -1415,11 +1415,11 @@
api_instance = PureCloud::UsersApi.new
user_id = "user_id_example" # String | User ID
-body = PureCloud::UserRoutingSkill.new # UserRoutingSkill | Skill
+body = PureCloud::UserRoutingSkillPost.new # UserRoutingSkillPost | Skill
begin
#Add routing skill to user
result = api_instance.post_user_id_routingskills(user_id, body)
@@ -1432,11 +1432,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**user_id** | **String**| User ID |
- **body** | [**UserRoutingSkill**](UserRoutingSkill.html)| Skill |
+ **body** | [**UserRoutingSkillPost**](UserRoutingSkillPost.html)| Skill |
{: class="table table-striped"}
### Return type
@@ -1819,11 +1819,11 @@
api_instance = PureCloud::UsersApi.new
user_id = "user_id_example" # String | User ID
-skill_id = "skill_id_example" # String |
+skill_id = "skill_id_example" # String | skillId
body = PureCloud::UserRoutingSkill.new # UserRoutingSkill | Skill
begin
@@ -1838,11 +1838,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**user_id** | **String**| User ID |
- **skill_id** | **String**| |
+ **skill_id** | **String**| skillId |
**body** | [**UserRoutingSkill**](UserRoutingSkill.html)| Skill |
{: class="table table-striped"}
### Return type
@@ -1940,11 +1940,11 @@
api_instance = PureCloud::UsersApi.new
user_id = "user_id_example" # String | User ID
-station_id = "station_id_example" # String |
+station_id = "station_id_example" # String | stationId
begin
#Set associated station
api_instance.put_user_id_station_associatedstation_station_id(user_id, station_id)
@@ -1956,11 +1956,11 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**user_id** | **String**| User ID |
- **station_id** | **String**| |
+ **station_id** | **String**| stationId |
{: class="table table-striped"}
### Return type
@@ -1998,11 +1998,11 @@
api_instance = PureCloud::UsersApi.new
user_id = "user_id_example" # String | User ID
-station_id = "station_id_example" # String |
+station_id = "station_id_example" # String | stationId
begin
#Set default station
api_instance.put_user_id_station_defaultstation_station_id(user_id, station_id)
@@ -2014,10 +2014,10 @@
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**user_id** | **String**| User ID |
- **station_id** | **String**| |
+ **station_id** | **String**| stationId |
{: class="table table-striped"}
### Return type