Update snapshot expiration
PATCH {{baseUrl}}/dashboard-snapshots/:snapshotId?aid=1234
Updates the expiration date of a dashboard snapshot. The Edit snapshots
permission is required to access this endpoint.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
aid | number | A unique identifier associated with your account group. You can retrieve your AccountGroupId from the /account-groups endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response. |
Request Body
{"snapshotExpirationDate"=>"2023-05-16T10:14:28Z", "expirationDate"=>"2023-05-16 10:14:28"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |