Update an attribute
Update an attribute. Only the company that owns an attribute may update it.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Either an attribute name or an attribute id Unique identifier
Body
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
An short identifier for the attribute to be used when it is referenced in validations.
Attribute names must consist of only alphanumeric characters or underscores and be < 255 characters long.
A public-facing descriptive name for the attribute.
Defines which companies have access to view and map this attribute
An array with elements of any data type.
array - Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
A description of the type of data the attribute represents, including collection methodology, assumptions, etc.
A raw Spark SQL expression determining whether a value for the given column is valid or not.
If more than one validation is specified then all the validation must evaluate to true for the column value to be considered valid.
If validations is not specified or empty then all rows will match the access rule.
E.g. for an attribute with the following definition:
Valid validations include:
- Is the ID type lowercased?
- Was the row collected within the last 90 days?
Response
OK
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
An owned attribute response includes additional fields for attributes owned by the requesting company.
Unique identifier for the attribute.
A public-facing descriptive name for the attribute.
An short identifier for the attribute to be used when it is referenced in validations.
Attribute names must consist of only alphanumeric characters or underscores and be < 255 characters long.
List of tags associated with the attribute
An array with elements of any data type.
array - Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
The ID of the company that owns this attribute
Defines which companies have access to view and map this attribute
A description of the type of data the attribute represents, including collection methodology, assumptions, etc.
A raw Spark SQL expression determining whether a value for the given column is valid or not.
If more than one validation is specified then all the validation must evaluate to true for the column value to be considered valid.
If validations is not specified or empty then all rows will match the access rule.
E.g. for an attribute with the following definition:
Valid validations include:
- Is the ID type lowercased?
- Was the row collected within the last 90 days?

