Skip to main content
PUT
Update addon

Authorizations

Authorization
string
header
required

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

Path Parameters

workspace_id
string
required

Workspace ID

addon_id
string
required

Addon ID

Query Parameters

org_id
string
required

Organization ID

update_code
string
default:false

Update the addon code

Body

application/json

Addon object with updated fields

addon_id
string
code
string
cxn_fields
object
cxn_scheme
enum<string>
Available options:
,
aws,
azr,
gcp,
file,
k8s,
ddog,
github,
p8s,
jenkins,
grafana,
splunk,
shell,
python,
markdown,
rest
description
string
name
string
requirements
string
tools
object

Map of tool name to Tool object

Response

200 - */*

OK

addon_id
string
code
string
cxn_fields
object
cxn_scheme
enum<string>
Available options:
,
aws,
azr,
gcp,
file,
k8s,
ddog,
github,
p8s,
jenkins,
grafana,
splunk,
shell,
python,
markdown,
rest
description
string
name
string
requirements
string
tools
object

Map of tool name to Tool object