---
title: "Update"
method: PATCH
path: "/workspace"
tags: ["workspace"]
---

# Update

`PATCH /workspace`

Updates the workspace.

## Headers

- `Authorization` string, required

## Request body

- UpdateWorkspaceRequest
  - `logo_url` string, nullable — URL of the workspace logo. Must be an https URL ending in .png or .svg, or null to clear it.
  - `invite_link_allowed_domains` string[] — Email domains allowed to join the workspace via invite link.
  - `ip_allowlist` string[] — IP addresses or CIDR ranges allowed to access the workspace.

## Response `200`

Success response

- WorkspaceUpdateResponse200
  - `success` boolean, required

## Other responses

- `400` — Invalid parameters
- `401` — Unauthorized (authentication missing or invalid)
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.net/phonic/apis/api-reference.md) · [All operations](https://skmtc.net/phonic/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phonic/api-reference/revisions/7f8c81a5a990/schema)
