# Edit timestamp

| **Description** | Edits a vector timestamp                        |
| --------------- | ----------------------------------------------- |
| **Endpoint**    | `/path/{pathId}/vector/timestamp/{timestampId}` |
| **Method**      | PATCH                                           |

### Access Level Rules

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

### Processing Units

| **Minimum processing units** | 5 |
| ---------------------------- | - |

### Parameters

<table><thead><tr><th>Name</th><th width="362">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>timestampId</code></td><td>The id of the timestamp to edit.</td><td>true</td><td></td></tr><tr><td><code>date</code></td><td>JSON with properties "from" and "to", both of type date marking the new start and end of the timestamp.</td><td>false</td><td>Default null.</td></tr><tr><td><code>description</code></td><td>The new description of the layer.</td><td>false</td><td>Default null.</td></tr></tbody></table>
