PUT api/SocialDriver/InvitedDataViewer?dataViewerGuid={dataViewerGuid}
Update an invited data viewer friendly name - Used by a Viewer to change the friendly name of a person who has shared data with them
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
dataViewerGuid |
The guid of the data invite to update |
string |
Required |
Body Parameters
A UpdateInviteDataViewerRequest
UpdateInviteDataViewerRequestName | Description | Type | Additional information |
---|---|---|---|
DataViewerFriendlyName |
The data viewers friendly name for the viewer |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "DataViewerFriendlyName": "sample string 1" }
application/xml, text/xml
Sample:
<UpdateInviteDataViewerRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <DataViewerFriendlyName>sample string 1</DataViewerFriendlyName> </UpdateInviteDataViewerRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
200 on success
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |