---
title: "Updates the description and public flag of a BDMS.Models.Profile."
method: PUT
path: "/api/v{version}/profile/{id}"
tags: ["Profile"]
---

# Updates the description and public flag of a BDMS.Models.Profile.

`PUT /api/v{version}/profile/{id}`

## Path parameters

- `id` integer, required
- `version` string, required

## Request body

- ProfileUpdate — Represents the editable properties of a BDMS.Models.Profile.
  - `description` string, nullable — Gets or sets the description.
  - `public` boolean, nullable — Gets or sets whether the profile is public.

## Response `200`

OK

---

[API](https://skmtc.net/geoadmin/apis/boreholes-rest-api-v2.md) · [All operations](https://skmtc.net/geoadmin/apis/boreholes-rest-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/geoadmin/boreholes-rest-api-v2/versions/e6d0b4ee0f52/schema)
