---
title: "Update Member"
method: PATCH
path: "/workspaces/{workspace_id}/repos/{repo_id}"
tags: ["workspaces"]
---

# Update Member

`PATCH /workspaces/{workspace_id}/repos/{repo_id}`

Change a member's alias or tags. Alias collisions are refused here.

## Path parameters

- `workspace_id` string, required
- `repo_id` string, required

## Request body

- WorkspaceMemberUpdateRequest
  - `alias` string, nullable
  - `tags` string[], nullable

## Response `200`

Successful Response

- WorkspaceMemberResponse
  - `repo_id` string, required
  - `alias` string, nullable
  - `tags` string[]
  - `added_at` string, date-time, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-23** `8c05b8b9a5c4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/repowise/apis/repowise-hosted-api/changes/workspaces/:workspace_id/repos/:repo_id/patch.md)

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc.dev/repowise/apis/repowise-hosted-api/revisions/29a9df53f763?raw)
