Skip to main content
PUT
Update meter

Authorizations

Authorization
string
header
required

JWT bearer token obtained from POST /auth/system-login using your client credentials.

Path Parameters

id
string
required

Meter ID

Body

application/json
name
string
description
string
aggregation
enum<string>
Available options:
SUM,
COUNT,
MAX,
MIN,
AVG

Response

Success

status
string
Example:

"success"

message
string
Example:

"Success"

data
object | null

Endpoint-specific payload (object, array, or null)