---
title: "Update shared profile name"
method: PUT
path: "/api/ab/shared/update/profile"
tags: ["address book"]
---

# Update shared profile name

`PUT /api/ab/shared/update/profile`

This function is an API endpoint that updates the name of a shared profile in an address book. It is tagged with "address book" for OpenAPI documentation.

## Parameters

- `request`: A JSON object containing the updated shared profile information.

## Returns

If successful, this function returns a `Json<AbSharedProfilesResponse>` object containing the updated shared profile information.

## Request body

- AbSharedNameRequest
  - `name` string, nullable
  - `note` string, nullable
  - `guid` string, required

## Response `200`

- AbSharedProfilesResponse
  - `error` string, nullable
  - `total` integer, required
  - `data` AbProfile[], required
    - `guid` string, required
    - `name` string, required
    - `owner` string, required
    - `note` string, nullable
    - `rule` integer, required

## Other responses

- `401`

## Changes

- **2024-06-14** `0388fec8a751` — 1 info
  - endpoint added
- **2024-05-19** `fafd43b82c78` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/nesaku/apis/sctgdesk-api-server/changes/api/ab/shared/update/profile/put.md)

---

[API](https://skmtc.dev/nesaku/apis/sctgdesk-api-server.md) · [All operations](https://skmtc.dev/nesaku/apis/sctgdesk-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nesaku/sctgdesk-api-server/revisions/b1c0e7a4434f/schema)
