Skip to content

update a component

PATCH
/v1/components/{component_id}

Authorizations

Parameters

Path Parameters

component_id
required
string

Component ID

Request Body

Input

object
dependencies
Array<string>
name
required
string
var_name
string

Responses

200

OK

object
app_id
string
config_versions
integer
created_at
string
created_by_id
string
dependencies
Array<string>
id
string
name
string
resolved_var_name
string
status
string
status_description
string
type
string
Allowed values: terraform_module helm_chart docker_build external_image job unknown
updated_at
string
var_name
string

400

Bad Request

object
description
string
error
string
user_error
boolean

401

Unauthorized

object
description
string
error
string
user_error
boolean

403

Forbidden

object
description
string
error
string
user_error
boolean

404

Not Found

object
description
string
error
string
user_error
boolean

500

Internal Server Error

object
description
string
error
string
user_error
boolean