Skip to main content

Update Config Template OCPP Entry

Updates an existing config template OCPP entry.

Path Parameters
    id int64 required

    The ID of the config template OCPP entry to update.

Request Body required

Config template OCPP entry update data

    value string
Responses

Successfully updated the config template OCPP entry.


Schema
    id int64
    configTemplateImplementationId int64
    editable boolean
    key string
    value string
    createdAt date-time
    updatedAt date-time nullable
Loading...