Update data attribute
PUT/config/data-agreements/data-attribute/:dataAttributeId
This endpoint updates an existing data attribute defined in a data agreement. If updated, the associated data agreement revision is incremented automatically.
Request
Path Parameters
dataAttributeId stringrequired
Unique ID of an object
- application/json
Body
dataAttribute objectrequired
Data attribute contains specifications of exactly what is collected.
id string
Data attribute Id
name stringrequired
Name of the attribute, for instance "name" or "age"
description stringrequired
Description of the attribute
sensitivity boolean
Sensitivity of data attribute
category string
Category for data attribute
Responses
- 200
- 400
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
dataAttribute object
Data attribute contains specifications of exactly what is collected.
id string
Data attribute Id
name stringrequired
Name of the attribute, for instance "name" or "age"
description stringrequired
Description of the attribute
sensitivity boolean
Sensitivity of data attribute
category string
Category for data attribute
{
"dataAttribute": {
"id": "",
"name": "",
"description": "",
"sensitivity": "",
"category": ""
}
}
bad input parameter
Response Headers
Loading...