Skip to main content

Add a new configuration template

x-ms-visibility: "important"

Create a new configuration template

Request Body required

Details of the configuration template

    name string
Responses

The created template


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...