Skip to main content
PUT
/
tickets
/
{ticketId}
/
snooze
Snooze a ticket
curl --request PUT \
  --url https://api.gleap.io/v3/tickets/{ticketId}/snooze \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'project: <project>' \
  --data '
{
  "duration": 123
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

project
string
required

Path Parameters

ticketId
string
required

Body

application/json
duration
number<double>
required

Response

200 - application/json

Ok