Skip to main content

Update OCPP event mapping

x-ms-visibility: "important"

Updates an existing mapping.

Path Parameters
    id int64 required

    ID of the mapping to update

Request Body required

Updated mapping details

    original string
    mapped string
    type string

    Possible values: [Info, Error]

    Default value: Info

Responses

Updated mapping details


Schema
    id int64
    original string
    mapped string
    type string

    Possible values: [Info, Error]

    Default value: Info

    operatorId string
    operatorName string
    createdAt date-time
    updatedAt date-time
Loading...