# Add timestamp

| **Description** | Adds a timestamp to a vector layer |
| --------------- | ---------------------------------- |
| **Endpoint**    | `/path/{pathId}/vector/timestamp`  |
| **Method**      | POST                               |

### Access Level Rules

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

### Processing Units

| **Processing units** | 2 |
| -------------------- | - |

### Parameters

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