Update Data Profile Status
PUT/dlp/api/v1/dss-api/data-profile
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Enables or disables one or more data profiles.
Request
- application/json; charset=UTF-8
Body
array
- Array [
- ]
id stringrequired
Profile Id
profileStatus stringrequired
Profile Status (active or disabled)
Responses
- 200
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"
}
Loading...