---
title: "update an organization"
method: PATCH
path: "/organisations/{orgId}"
tags: ["organisation"]
---

# update an organization

`PATCH /organisations/{orgId}`

updates an organization

## Path parameters

- `orgId` string, uuid, required

## Request body

- CreateOrganizationReq
  - `name` string
  - `description` string
  - `email` string
  - `state` string
  - `industry` string
  - `type` string
  - `address` string
  - `country` string

## Response `200`

organization updated successfully

- OrganizationUSuccessResponse
  - `status` string
  - `status_code` integer
  - `message` string
  - `data` OrganizationResData — Object describing the organisation data
    - `organisation_id` string, uuid
    - `name` string
    - `description` string
    - `email` string
    - `state` string
    - `industry` string
    - `type` string
    - `address` string
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `500` — Server error

---

[API](https://skmtc.net/hngprojects/apis/kimiko-golang-swagger.md) · [All operations](https://skmtc.net/hngprojects/apis/kimiko-golang-swagger/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hngprojects/kimiko-golang-swagger/revisions/2d1d3ed96bb9/schema)
