Update data schema
Update an existing data schema.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
dataSchemaId
Request
Data schema details to update.
operations
Operations to apply to update the data schema.
Response
Data schema successfully updated.
id
Unique ID of the data schema.
account
name
Name of the data schema.
fields
The fields of the schema.
friendly_names
The friendly names of the schema.
category_friendly_names
The category friendly names of the schema.
data_anchors
The data anchors of the schema.
data_protections
The data protections of the schema.
created_at
Timestamp when the data schema was created.
created_by
Reference of the user who created the data schema, if known.
updated_at
Timestamp when the data schema was last updated.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
500
Internal Server Error

