Release Notes: Public API 2.107.0
about 1 year ago by Svetoslav Mitov
- Change Charge Point PIN with a PATCH request
Fixed an issue where PIN property could not be updated to an existing Charge Point resource via API PATCH request:curl --location --request PATCH 'https://{{baseUrl}}/public-api/resources/charge-points/v1.0/{{chargePointId}}' \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {{bearerToken}}' \ --data '{ "pin": "<string>" }'