Skip to main content

Updates model info

PUT 

/iot/models/:modelId

Updates model's name, description, and metadata.

Authorization Action:

core:models:update

Request

Path Parameters

    modelId uuidrequired

    Unique model identifier.

Body

required

JSON-formatted document describing model updates.

    name string
    description string
    metadata object
    image string

Responses

Model details retrieved successfully.

Schema
    id uuid

    Unique model identifier.

    name string

    Free-form model name.

    description string

    Free-form model description.

    metadata object

    Arbitrary, object-encoded model data.

    tags string[]

    List of tags associated with the model.

    tenants string[]

    List of tenants that can access this model.

    image string

    URL to model image.

    created_at date-time

    Time when the model was created.

    updated_at date-time

    Time when the model was last updated.

Loading...