> For the complete documentation index, see [llms.txt](https://docs.ellipsis-drive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ellipsis-drive.com/developers/api-v3/path-vector/vector-layer-properties/edit-vector-properties.md).

# Edit vector properties

| **Description** | Changes the attributes of a vector layer property. |
| --------------- | -------------------------------------------------- |
| **Endpoint**    | `/path/{pathId}/vector/property/{propertyId}`      |
| **Method**      | PATCH                                              |

### Access Level Rules

| **Access Level** | edit+ |
| ---------------- | ----- |

### Processing Units

| **Minimum processing units** | 2 |
| ---------------------------- | - |

### Parameters

<table><thead><tr><th>Name</th><th width="367">Description</th><th>Required</th><th>Default</th></tr></thead><tbody><tr><td><code>pathId</code></td><td>The id of the vector layer.</td><td>true</td><td></td></tr><tr><td><code>propertyId</code></td><td>The id of the property to be edited.</td><td>true</td><td></td></tr><tr><td><code>required</code></td><td>Boolean whether the property should be defined for every feature.</td><td>false</td><td>Default null.</td></tr><tr><td><code>levels</code></td><td>An array with the possible values that the property is allowed to have.</td><td>false</td><td>Default null.</td></tr></tbody></table>
