PUT api/v2/works/{workId}/UpdateReferenceKey
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
workId | integer |
Required |
Body Parameters
WorkUpdateReferenceKeyName | Description | Type | Additional information |
---|---|---|---|
ReferenceKey | string |
Request Formats
application/json, text/json
Sample:
{ "ReferenceKey": "sample string 1" }
text/html
Sample:
{"ReferenceKey":"sample string 1"}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.