---
title: "PATCH /access/v1/workspace"
method: PATCH
path: "/access/v1/workspace"
---

# PATCH /access/v1/workspace

`PATCH /access/v1/workspace`

Update the workspace details associated with the current authentication token.

## Request body

- AccessUpdateWorkspace
  - `logo_url` string — The URL of the company logo.
  - `name` string — The name of the company.
  - `slug` string — A unique identifier for the company.

## Response `200`

OK

- AccessWorkspace
  - `country` string — The country the workspace is based in.
  - `created_at` string — The date and time the workspace was created.
  - `id` string — UUID of the workspace.
  - `name` string — The name of the workspace.
  - `sandbox` boolean — Indicates if the workspace is in a sandbox environment.
  - `slug` string — A unique identifier for the workspace.
  - `updated_at` string — The date and time the workspace was last updated.

---

[API](https://skmtc.net/invopop/apis/access-service-api.md) · [All operations](https://skmtc.net/invopop/apis/access-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invopop/access-service-api/versions/fc954f96ea62/schema)
