> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orbitsearch.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update a directory

> Update mutable fields on an Orbit Search directory, such as its display name.

Updates mutable fields on a directory, such as its display name.

### Path parameters

<ParamField path="organizationId" type="string" required>
  The UUID of the owning organization.
</ParamField>

<ParamField path="directoryId" type="string" required>
  The UUID of the directory to update.
</ParamField>

### Request body

<ParamField body="name" type="string">
  New display name for the directory.
</ParamField>
