---
title: "Updates how long the trigger should be muted"
method: PUT
path: "/v1/resourceowner/triggers/mute/{triggerId}"
tags: ["ResourceOwnerTriggers"]
---

# Updates how long the trigger should be muted

`PUT /v1/resourceowner/triggers/mute/{triggerId}`

This will update how long the trigger should be muted

## Path parameters

- `triggerId` integer, required

## Request body

- TriggerEditMutedUntilModel
  - `SecondsFromNow` integer

## Response `200`

The trigger was saved

## Other responses

- `403` — Request is forbidden, this could occur if you are not associated with the notification config
- `404` — The notification config that you tried to update doesn't exist
- `500` — Internal server error

---

[API](https://skmtc.net/automile/apis/automile-api.md) · [All operations](https://skmtc.net/automile/apis/automile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/automile/automile-api/revisions/bd42075f6b02/schema)
