---
title: "Create OCPP configuration key - value for a given charge point"
method: POST
path: "/api/v1/charge-points/{chargePointIdentity}/ocpp-config"
tags: ["Charge Points"]
---

# Create OCPP configuration key - value for a given charge point

`POST /api/v1/charge-points/{chargePointIdentity}/ocpp-config`

Required scope: `ocpp-config:write`

## Path parameters

- `chargePointIdentity` string, required

## Request body

- CreateChargePointOcppConfig
  - `key` string, required — The unique configuration key for the OCPP setting
  - `value` string, nullable — The value associated with the configuration key
  - `store` boolean, required — Persist Configuration (this means this configuration will be kept across reboots, please do not set this if you are changing the OCPP url of a charge point)

## Response `201`

OCPP configuration created

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/versions/517e18f11015/schema)
