# Edit timestamp

| **Description** | Edits a timestamp of a raster layer.            |
| --------------- | ----------------------------------------------- |
| **Endpoint**    | `/path/{pathId}/raster/timestamp/{timestampId}` |
| **Method**      | PATCH                                           |

### Access Level Rules

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

### Processing Units

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

### Parameters

<table><thead><tr><th>Name</th><th width="381">Description</th><th>Required</th><th>Default</th></tr></thead><tbody><tr><td><code>pathId</code></td><td>The id of the raster layer to edit a timestamp for.</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" of type date describing the new start and end date of the timestamp.</td><td>false</td><td>Default null.</td></tr><tr><td><code>description</code></td><td>A new description of the timestamp.</td><td>false</td><td>Default null.</td></tr></tbody></table>
