v1
latestOpenAPI 3.0.12026-07-243686491.1 MBCharge Points
Create publish settings for a charge point
Required scope: charge-points:write </br>Organization authorization: supported
post/api/v1/charge-points/{chargePointId}/publish-settings
Path parameters
chargePointIdinteger required
Request body
Example request
{
"identifier": "abc123-uuid",
"enabled": true
}Response
Publish settings created
Example response
{
"id": 42,
"identifier": "abc123-uuid",
"enabled": true,
"web_url": "https://app.monta.com/charge_point_publishes/abc123-uuid"
}