Sites
Update the developer details of a (charge) site
Required scope: charge-points:write </br>Organization authorization: supported
put/api/v1/sites/{siteId}/developer-details
Path parameters
siteIdinteger required
Request body
Example request
{
"name": "John Doe",
"email": "john.doe@example.com",
"companyRegistrationNumber": "12345678"
}Response
Updated developer details for the site
Example response
{
"name": "John Doe",
"email": "john.doe@example.com",
"companyRegistrationNumber": "12345678"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.