# Add timestamp

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

### Access Level Rules

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

### Processing Units

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

### Parameters

<table><thead><tr><th width="260">Name</th><th width="340">Description</th><th>Required</th><th>Default</th></tr></thead><tbody><tr><td><code>pathId</code></td><td>Id of the raster layer to add a timestmap to.</td><td>true</td><td></td></tr><tr><td><code>date</code></td><td>JSON with properties "from" and "to" of type date describing the start and end date of the timestamp.</td><td>true</td><td></td></tr><tr><td><code>description</code></td><td>A description of the timestamp.</td><td>false</td><td>Default null.</td></tr></tbody></table>
