Skip to main content
PUT
Update Component

Authorizations

Authorization
string
header
required

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

Path Parameters

component
integer
required

The component ID

Body

application/json

UpdateComponentRequestData

name
string | null
Maximum string length: 255
description
string | null
status
enum<integer> | null
Available options:
1,
2,
3,
4,
5,
6
order
integer | null
Required range: x >= 0
enabled
boolean | null
component_group_id
integer | null
Required range: x >= 0
meta
object | null

Response

Component

data
Component · object
required
included
(ComponentGroup · object | Incident · object)[]