POST api_v2/CSResources/SetResourceName
Установить имя ресурса облачной службы
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Имя ресурса |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <CSResourceID>7bb058af-4b00-4706-bb88-64b695e337c2</CSResourceID> <ResourcesName>sample string 1</ResourcesName> </Request>
application/json, text/json
Sample:
{ "CSResourceID": "7bb058af-4b00-4706-bb88-64b695e337c2", "ResourcesName": "sample string 1" }
Response Information
Статус код
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}