Update configuration template
x-ms-visibility: "important"
Update an existing configuration template
Path Parameters
templateId int64 required
Id of configuration template
application/json
Request Body required
Fields to update
name string
Responses
- 200
- 400
- 401
Payload of ConfigTemplateDto
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
id int64
editable boolean
name string
createdAt date-time
updatedAt date-time nullable
implementations object[]
id int64
configTemplateId int64
editable boolean
manufacturer string
model string
firmwareVersion string
createdAt date-time
updatedAt date-time nullable
configTemplateName string
ocppEntries object[]
id int64
configTemplateImplementationId int64
editable boolean
key string
value string
createdAt date-time
updatedAt date-time nullable
{
"id": 0,
"editable": true,
"name": "string",
"createdAt": "2025-08-26T05:08:33.467Z",
"updatedAt": "2025-08-26T05:08:33.467Z",
"implementations": [
{
"id": 0,
"configTemplateId": 0,
"editable": true,
"manufacturer": "string",
"model": "string",
"firmwareVersion": "string",
"createdAt": "2025-08-26T05:08:33.467Z",
"updatedAt": "2025-08-26T05:08:33.467Z",
"configTemplateName": "string",
"ocppEntries": [
{
"id": 0,
"configTemplateImplementationId": 0,
"editable": true,
"key": "string",
"value": "string",
"createdAt": "2025-08-26T05:08:33.467Z",
"updatedAt": "2025-08-26T05:08:33.467Z"
}
]
}
]
}
Payload of Error
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
No description
Loading...