Skip to main content

Update Signal

PUT 

/api/v1/signals/:signal

Update a Signal. Requires editor role.

Request

Path Parameters

    signal integerrequired

    Possible values: > 0

    ID of the Signal

Query Parameters

    createParents string

    Possible values: [true, false]

    Force creation of parent resources if they don't exist

    Default value: false

Body

Body

    asset stringrequired

    Name of the Asset

    Example: Asset 1
    division stringrequired

    Name of the Division

    Example: Division 1
    unit stringrequired

    Name of the Unit

    Example: Unit 1
    physicalUnit string

    Physical unit of the Signal

    Example: m/s
    description stringnullable

    Description of the Signal

    Example: Description
    longDescription stringnullable

    Description of the Signal

    Example: Description
    groupKey string

    Signals with the same groupKey are stored together

    Possible values: non-empty and <= 64 characters

Responses

Success

Schema

    id integerrequired

    ID of the Signal

    Possible values: > 0

    Example: 1000
    name stringrequired

    Name of the Signal

    Example: Signal 1
    createdAt date-timerequired

    Creation Date of the Signal

    Example: 2025-08-25T19:29:40.667Z
    updatedAt date-timerequired

    Update Date of the Signal

    Example: 2025-08-25T19:29:40.667Z
    physicalUnit stringrequired

    Physical unit of the Signal

    Example: m/s
    dataType stringrequired

    Data type of the Signal

    Possible values: [float, boolean, string, json]

    Example: float
    description stringnullablerequired

    Description of the Signal

    Example: Description
    longDescription stringnullablerequired

    Long description of the Signal

    workspace

    object

    required

    id integerrequired

    ID of the Workspace

    Possible values: > 0

    Example: 1000
    name stringrequired

    Name of the Workspace

    Example: Workspace 1

    asset

    object

    required

    id integerrequired

    ID of the Asset

    Possible values: > 0

    Example: 1000
    name stringrequired

    Name of the Asset

    Example: Asset 1

    division

    object

    required

    id integerrequired

    ID of the Division

    Possible values: > 0

    Example: 1000
    name stringrequired

    Name of the Division

    Example: Division 1

    unit

    object

    required

    id integerrequired

    ID of the Unit

    Possible values: > 0

    Example: 1000
    name stringrequired

    Name of the Unit

    Example: Unit 1
Loading...