---
title: "Updates information about the organization specified by short name (accessible to Secretariat)"
method: PUT
path: "/registry/org/{shortname}"
tags: ["Registry Organization"]
---

# Updates information about the organization specified by short name (accessible to Secretariat)

`PUT /registry/org/{shortname}`

<h2>Access Control</h2>  <p>User must belong to an organization with the <b>Secretariat</b> role</p>  <h2>Expected Behavior</h2>  <p><b>Secretariat:</b> Updates any organization's information</p>

## Path parameters

- `shortname` string, required

## Query parameters

- `id_quota` integer
- `name` string
- `new_short_name` string
- `active_roles.add` 'CNA' | 'SECRETARIAT'
- `active_roles.remove` 'CNA' | 'SECRETARIAT'
- `registry` boolean

## Headers

- `CVE-API-ORG` string, required
- `CVE-API-USER` string, required
- `CVE-API-KEY` string, required

## Response `200`

Returns information about the organization updated

- UpdateRegistryOrgResponseJson — unresolved $ref

## Other responses

- `400` — Bad Request
- `401` — Not Authenticated
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2025-11-04** `26ede34bbf48` — 1 info
  - endpoint added
- **2025-10-14** `2c44a137d9b0` — 1 breaking
  - api path removed without deprecation
- **2025-09-22** `27e4e9be9c5f` — 3 breaking, 14 info
  - added the new required `header` request parameter `CVE-API-KEY`
  - added the new required `header` request parameter `CVE-API-ORG`
  - added the new required `header` request parameter `CVE-API-USER`
  - api operation id `orgUpdateSingle` was added
  - …13 more
- **2025-09-19** `efebaec5edf0` — 5 breaking, 3 warning, 4 info
  - removed the request body
  - removed the media type `application/json` for the response with the status `400`
  - removed the media type `application/json` for the response with the status `401`
  - removed the media type `application/json` for the response with the status `403`
  - …8 more

[Change history](https://skmtc.dev/cveproject/apis/cve-services-api/changes/registry/org/:shortname/put.md)

---

[API](https://skmtc.dev/cveproject/apis/cve-services-api.md) · [All operations](https://skmtc.dev/cveproject/apis/cve-services-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cveproject/cve-services-api/revisions/2cdcaecb4385/schema)
