---
title: "Update the developer details of a (charge) site"
method: PUT
path: "/api/v1/sites/{siteId}/developer-details"
tags: ["Sites"]
---

# Update the developer details of a (charge) site

`PUT /api/v1/sites/{siteId}/developer-details`

Required scope: `charge-points:write` </br>Organization authorization: `supported`

## Path parameters

- `siteId` integer, required

## Request body

- SiteDeveloperRequest
  - `name` string, nullable — Developer name
  - `email` string, email, nullable — Developer email
  - `companyRegistrationNumber` string, nullable — Company registration number

## Response `200`

Updated developer details for the site

- SiteDeveloper
  - `name` string, nullable — Name of the developer
  - `email` string, nullable — Email of the developer
  - `companyRegistrationNumber` string, nullable — Company registration number

## 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)
