Update OCPP event mapping
x-ms-visibility: "important"
Updates an existing mapping.
Path Parameters
id int64 required
ID of the mapping to update
application/json
Request Body required
Updated mapping details
original string
mapped string
type string
Possible values: [Info
, Error
]
Default value: Info
Responses
- 200
- 400
- 401
Updated mapping details
application/json
Schema
Example (from schema)
Schema
id int64
original string
mapped string
type string
Possible values: [Info
, Error
]
Default value: Info
operatorId string
operatorName string
createdAt date-time
updatedAt date-time
{
"id": 0,
"original": "string",
"mapped": "string",
"type": "Info",
"operatorId": "string",
"operatorName": "string",
"createdAt": "2025-06-16T11:03:49.063Z",
"updatedAt": "2025-06-16T11:03:49.063Z"
}
Validation error occurred
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorized
Loading...