Skip to main content
PUT
Python

Authorizations

Meibel-API-Key
string
header
required

Path Parameters

data_element_id
string
required
datasource_id
string
required

Body

application/json

Body for updating a data element. Omit a field to leave it unchanged.

name
string | null

Updated name

description
string | null

Updated description

metadata
Metadata · object | null

Metadata key-value pairs — replaces all existing metadata

Response

Successful Response

A single data element on a datasource.

id
string
required

Unique data element ID

datasource_id
string
required

ID of the datasource this element belongs to

name
string
required

Data element name

description
string | null

Human-authored description

media_type
string | null

MIME type of the underlying content

metadata
Metadata · object | null

Arbitrary metadata key-value pairs

created_at
string | null

ISO 8601 creation timestamp

updated_at
string | null

ISO 8601 last-update timestamp