Skip to main content

Update configuration template

x-ms-visibility: "important"

Update an existing configuration template

Path Parameters
    templateId int64 required

    Id of configuration template

Request Body required

Fields to update

    name string
Responses

Payload of ConfigTemplateDto


Schema
    id int64
    editable boolean
    name string
    createdAt date-time
    updatedAt date-time nullable
    implementations object[]
  • Array [
  • 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...