PUT v1/system/cablecastcloudservers/apicredentials

Request Information

URI Parameters

None.

Body Parameters

ApiCredentialsResource
NameDescriptionTypeAdditional information
ApiCredentials

ApiCredentialsDto

None.

Request Formats

application/json, text/json

Sample:
{
  "apiCredentials": {
    "apiKeyId": "sample string 1",
    "apiKeySecret": "sample string 2"
  }
}

application/xml, text/xml

Sample:
<Resources xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CablecastAPI.DTOs">
  <ApiCredentials>
    <ApiKeyId>sample string 1</ApiKeyId>
    <ApiKeySecret>sample string 2</ApiKeySecret>
  </ApiCredentials>
</Resources>

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.