Skip to main content
PUT
Update model

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uuid
string<uuid>
required

Model identifier.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$

Body

application/json

Request body schema.

name
string

Model name.

description
string | null

Model description.

position
Position · object

Model position in the canvas.

config
Config · object

Model configuration.

schedule
Schedule · object

Model schedule configuration.

unification
Unification · object

Model unification configuration.

folderUuid
string<uuid> | null

Folder identifier. Only compatible with nativeIntegration define extractors.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$

Response

Successful response

model
Model · object
required

Updated model details.