---
title: "Update organization"
method: PUT
path: "/orgs/{orgId}"
tags: ["orgs"]
---

# Update organization

`PUT /orgs/{orgId}`

Updates the details of the organization identified by the given `orgId`.

## Path parameters

- `orgId` integer, required

## Request body

- UpdateOrganizationRequest
  - `description` string
  - `fullName` string
  - `location` string
  - `logoId` string
  - `name` string
  - `paying` boolean, nullable
  - `type` 'academic' | 'evaluating' | 'pro' | 'basic' | 'internal'
  - `website` string

## Response `204`

OK - No content

## Other responses

- `400` — Bad request
- `403` — Operation not allowed
- `409` — Duplicate element

---

[API](https://skmtc.net/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.net/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/revisions/13316c9fe5ff/schema)
