Update Casb Application
Update a CASB application for an enterprise
Request
URI
PATCH
https://{api_host}/api/cws/v1/enterprises/{enterpriseLogicalId}/casb/applications/{appId}
COPY
Path Parameters
string
enterpriseLogicalId
Required
Enterprise Logical ID
number
appId
Required
CASB APP Id
Request Body
updateCasbApplicationBody of type(s) application/json
Required
{
"op": "replace",
"path": "/name",
"value": true
}
string
op
Required
op
string
path
Required
path
boolean
value
Required
value
Responses
200
CASB application updated
Operation doesn't return any data structure
400
Invalid Input
Returns httpResponseError of type(s) application/json
{
"code": "error code",
"errors": [
{
"message": "error message",
"path": "object.path"
}
]
}
string
code
Required
code
Possible values are : INTERNAL_ERROR, INVALID_PARAMS, INVALID_QUERY_PARAMS, INVALID_LICENSE,
array of object
errors
Required
errors
500
Internal Server Error
Returns httpResponseError of type(s) application/json
{
"code": "error code",
"errors": [
{
"message": "error message",
"path": "object.path"
}
]
}
string
code
Required
code
Possible values are : INTERNAL_ERROR, INVALID_PARAMS, INVALID_QUERY_PARAMS, INVALID_LICENSE,
array of object
errors
Required
errors