Skip to main content

Update Config Template Implementation

Updates an existing config template implementation.

Path Parameters
    id int64 required

    The unique identifier of the config template implementation to update.

Request Body required

Updated config template implementation data

    manufacturer string
    model string
    firmwareVersion string
Responses

Successfully updated the config template implementation.


Schema
    id int64
    configTemplateId int64
    editable boolean
    manufacturer string
    model string
    firmwareVersion string
    createdAt date-time
    updatedAt date-time nullable
    configTemplateName string
    ocppEntries object[]
  • Array [
  • id int64
    configTemplateImplementationId int64
    editable boolean
    key string
    value string
    createdAt date-time
    updatedAt date-time nullable
  • ]
Loading...