/
SE
securitybrewery
/
Ticketing System API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.0.3
2026-07-17
71
51
50.3 KB
Update a ticket by ID
patch
/tickets/{id}
Path parameters
id
string
required
Request body
TicketUpdate
required
type
string
name
string
description
string
open
boolean
owner
string
resolution
string
schema
object
state
object
Response
Tickets updated
Ticket
required
id
string
required
type
string
required
name
string
required
description
string
required
open
boolean
required
owner
string
resolution
string
schema
object
required
state
object
required
created
string
date-time
required
updated
string
date-time
required