---
title: "Update organization details"
method: PATCH
path: "/org"
tags: ["Organization"]
---

# Update organization details

`PATCH /org`

## Request body

- OrgOptions
  - `name` string
  - `description` string
  - `export_token` string
  - `project` string, boolean
  - `parent_id` string, uuid
  - `expiration_assets_stale` string, number
  - `expiration_assets_offline` string, number
  - `expiration_scans` string, number

## Response `200`

organization details

- Organization
  - `id` string, uuid, required
  - `created_at` integer
  - `updated_at` integer
  - `client_id` string, uuid
  - `download_token` string
  - `download_token_created_at` integer
  - `permanent` boolean
  - `name` string, required
  - `description` string
  - `inactive` boolean
  - `deactivated_at` integer
  - `service_count` integer
  - `service_count_tcp` integer
  - `service_count_udp` integer
  - `service_count_arp` integer
  - `service_count_icmp` integer
  - `asset_count` integer
  - `export_token` string
  - `export_token_created_at` integer
  - `export_token_last_used_at` integer
  - `export_token_last_used_by` string
  - `export_token_counter` integer
  - `project` boolean
  - `parent_id` string, uuid
  - `expiration_assets_stale` integer
  - `expiration_assets_offline` integer
  - `expiration_scans` integer

## Other responses

- `401` — Access token is missing or invalid

## Changes

- **2021-03-25** `598f746a80bd` — 1 breaking
  - the `project` request property type/format changed from `boolean`/`` to `string`/`boolean`
- **2021-03-25** `96324e851547` — 3 breaking
  - the `expiration_assets_offline` request property type/format changed from `integer`/`int64` to `string`/`number`
  - the `expiration_assets_stale` request property type/format changed from `integer`/`int64` to `string`/`number`
  - the `expiration_scans` request property type/format changed from `integer`/`int64` to `string`/`number`
- **2021-02-05** `e1525053d811` — 11 info
  - added the new optional request property `expiration_assets_offline`
  - added the new optional request property `expiration_assets_stale`
  - added the new optional request property `expiration_scans`
  - added the new optional request property `export_token`
  - …7 more
- **2020-02-10** `1982af32482c` — 1 info
  - the endpoint scheme security `bearerAuth` was added to the API
- …earlier changes not shown

[Full history](https://skmtc.dev/rumble/apis/rumble-api-deprecated/changes/org/patch.md)

---

[API](https://skmtc.dev/rumble/apis/rumble-api-deprecated.md) · [All operations](https://skmtc.dev/rumble/apis/rumble-api-deprecated/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rumble/rumble-api-deprecated/revisions/7c193c1fcd5c/schema)
