Skip to main content
POST
Update an existing field's type

Authorizations

x-bytebeam-api-key
string
header
required

API key required to authenticate requests.

x-bytebeam-tenant
string
header
required

Tenant(Project) name required to identify the project.

Body

fieldName
string
required
fieldType
enum<string>
required
Available options:
UInt8,
DateTime64(3),
Nullable(String),
Float64,
Nullable(Int8),
Nullable(Bool),
Nullable(Int64),
Int8,
UInt16,
Int16,
Nullable(UInt64),
DateTime64(6),
Date,
Nullable(Date),
Nullable(DateTime64(3)),
Nullable(Float64),
Nullable(Array(String)),
Nullable(UInt32),
Array(String),
Bool,
Int64,
UInt32,
String,
Nullable(DateTime64(6)),
Nullable(Float32),
Nullable(Int32),
Nullable(UInt8),
Int32,
Nullable(Int16),
Nullable(UInt16),
Nullable(DateTime),
Float32,
DateTime,
UInt64
streamName
string
required
fieldUnit
string | null

Response

default - undefined