For the complete documentation index, see llms.txt. This page is also available as Markdown.

Data Structure Types

Get data structure type

get

Retrieves details for the specified data structure type.

Path parameters
idintegerRequired

Data structure type ID

Responses
200

Data structure type details

application/json
get/api/data_structure_types/{id}

Update data structure type

put

Updates the specified data structure type with the provided payload.

Path parameters
idintegerRequired

Data structure type ID

Body
Responses
200

Data structure type updated

application/json
put/api/data_structure_types/{id}

Update data structure type

patch

Updates the specified data structure type with the provided payload.

Path parameters
idintegerRequired

Data structure type ID

Body
Responses
200

Data structure type updated

application/json
patch/api/data_structure_types/{id}

List data structure types

get

Returns all available data structure types that the current user can read.

Responses
200

Data structure type list

application/json
get/api/data_structure_types

Last updated