Update Snippet Configuration
POST/dlp/api/v1/dss-api/snippets
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Updates the snippet masking configuration for your tenant.
Request
- application/json; charset=UTF-8
Body
maskLevel stringrequired
Possible values: [no_mask
, partial_mask
, full_mask
]
Mask Value
snippetsEnabled booleanrequired
Enable/Disable snippets
Responses
- 200
- 400
success
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
detail string
Exception details
message string
API response
name string
Exception name
{
"detail": "string",
"message": "string",
"name": "string"
}
bad_request
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
detail string
Exception details
message string
API response
name string
Exception name
{
"detail": "string",
"message": "string",
"name": "string"
}
Loading...