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

# Rename Property

Rename property that user email owns or is shared on.

### Request Params

<ParamField path="property_id" type="string">
  Unique identifier of property
</ParamField>

### Request Body

<ParamField path="name" type="string">
  New name of the property
</ParamField>

### Response

<ParamField path="property_id" type="string">
  Unique identifier for the property
</ParamField>
