Modify software cache details
Select
SaaS
Customer Managed
Modify software cache details
Path Parameters
- clientId int32 required
Software cache client id
- application/json
Request Body
- cacheDirectory string
The software cache directory path where the media will be located
- enabled boolean
Whether the software cache is enabled or not
- associations object[]
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...