---
title: "Update an existing organizations"
method: PUT
path: "/v1/organizations/{organizationId}.json"
tags: ["organizations"]
---

# Update an existing organizations

`PUT /v1/organizations/{organizationId}.json`

Update the Organization

## Path parameters

- `organizationId` integer, required

## Query parameters

- `token` string, required

## Request body

- object
  - `name` string

## Response `200`

successful operation

- object
  - `id` integer
  - `created` string
  - `modified` string
  - `board_id` integer
  - `list_id` integer
  - `card_id` integer
  - `user_id` integer
  - `foreign_id` integer
  - `type` string
  - `comment` string
  - `revisions` string
  - `root` integer
  - `freshness_ts` string
  - `depth` integer
  - `path` string
  - `materialized_path` string
  - `organization_id` integer
  - `board_name` string
  - `list_name` string
  - `card_name` string
  - `username` string
  - `full_name` string
  - `profile_picture_path` string
  - `initials` string
  - `label_name` string
  - `card_description` string
  - `user_role_id` integer
  - `checklist_item_name` string
  - `checklist_item_parent_name` string
  - `checklist_name` string
  - `organization_name` string
  - `organization_logo_url` string
  - `moved_list_name` string
  - `created_time` string
  - `card_position` string
  - `comment_count` integer
  - `difference` string

## Other responses

- `400` — Invalid ID supplied
- `404` — Page not found
- `405` — Validation exception

## Changes

- **2017-05-25** `5b98cb916342` — 2 info
  - api operation id `editOrganization` removed and replaced with ``
  - added the non-success response with the status `405`
- **2016-04-26** `5d7a4c3eadce` — 2 info
  - api operation id `editOrganization` was added
  - removed the non-success response with the status `405`

[Change history](https://skmtc.dev/restyaplatform/apis/restyaboard/changes/v1/organizations/:organizationId.json/put.md)

---

[API](https://skmtc.dev/restyaplatform/apis/restyaboard.md) · [All operations](https://skmtc.dev/restyaplatform/apis/restyaboard/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/restyaplatform/restyaboard/revisions/bfc753befdbe/schema)
