create a job component config
POST /v1/components/{component_id}/configs/job
POST
/v1/components/{component_id}/configs/job
Authorizations
Parameters
Path Parameters
component_id
required
string
Component ID
Request Body
Input
object
args
Array<string>
cmd
Array<string>
env_vars
object
key
additional properties
string
image_url
required
string
tag
required
string
Responses
201
Created
object
args
Array<string>
cmd
Array<string>
component_config_connection_id
Value
string
created_at
string
created_by_id
string
env_vars
object
key
additional properties
string
id
string
image_url
Image attributes, copied from a docker_buid or external_image component.
string
tag
string
updated_at
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