Skip to main content

Create pipeline alias

Create pipeline alias

Path Parameters
organization_id integer REQUIRED

Organization ID

pipeline_id integer REQUIRED

Pipeline ID

Request Body

Alias

alias object REQUIRED
config object REQUIRED

Alias config

interface_config object REQUIRED

Alias interface config

name string REQUIRED

Alias name

Responses
201

created

Schema OPTIONAL
data object
config object
blocks object[]

Blocks list

id

Alias id

interface_config object

Alias interface config

name string

Alias name

401

unauthorized

Schema OPTIONAL
errors object OPTIONAL
detail string OPTIONAL

Possible values: [Unauthorized]

Error message

403

forbidden

Schema OPTIONAL
errors object OPTIONAL
detail OPTIONAL

Possible values: [Forbidden]

404

not found

Schema OPTIONAL
errors object OPTIONAL
detail string OPTIONAL

Possible values: [Not Found]

Error message

422

unprocessable entity

Schema OPTIONAL
errors object OPTIONAL