---
title: "Edit organisation"
method: PUT
path: "/api/v1/organisations/edit/{organisationId}"
tags: ["Organisations"]
---

# Edit organisation

`PUT /api/v1/organisations/edit/{organisationId}`

## Path parameters

- `organisationId` integer, required

## Request body

- object
  - `uuid` string, uuid
  - `name` string
  - `url` string
  - `nationality` string, nullable
  - `sector` string, nullable
  - `type` string, nullable
  - `contacts` string, nullable

## Response `200`

Organisation response

- Organisation
  - `id` integer
  - `uuid` string, uuid
  - `name` string
  - `url` string
  - `nationality` string, nullable
  - `sector` string, nullable
  - `type` string, nullable
  - `contacts` string, nullable
  - `created` string, datetime
  - `modified` string, datetime
  - `tags` Tag[]
    - `id` integer
    - `name` string
    - `namespace` string, nullable
    - `predicate` string, nullable
    - `value` string, nullable
    - `colour` string
    - `text_colour` string
    - `counter` integer
    - `created` string, datetime
    - `modified` string, datetime
  - `aligments` Alignment[]

## Other responses

- `403` — Authentication failed. Please make sure you pass the API key of an API enabled user along in the Authorization header.
- `405` — Method not allowed. Your User Role is not allowed to access this resource.
- `default` — Unexpected API error

## Changes

- **2022-01-11** `09ef9738c857` — 10 info
  - added the optional property `tags/items/colour` to the response with the `200` status
  - added the optional property `tags/items/counter` to the response with the `200` status
  - added the optional property `tags/items/created` to the response with the `200` status
  - added the optional property `tags/items/id` to the response with the `200` status
  - …6 more
- **2022-01-10** `e6760c756dd9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/cerebrate-project/apis/cerebrate-project-api/changes/api/v1/organisations/edit/:organisationId/put.md)

---

[API](https://skmtc.dev/cerebrate-project/apis/cerebrate-project-api.md) · [All operations](https://skmtc.dev/cerebrate-project/apis/cerebrate-project-api/llms.txt) · [OpenAPI document](https://skmtc.dev/cerebrate-project/apis/cerebrate-project-api/revisions/a54bb2719fbb?raw)
