Skip to main content

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

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

Response Headers
    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

    Loading...