Skip to main content

Update CI config settings

PUT 

/applications/:applicationId/components/:componentId/ci-config/settings

The operation allows you to update CI config settings.

Request

Path Parameters

    applicationId stringrequired

    Possible values: non-empty

    componentId stringrequired

    Possible values: non-empty

Header Parameters

    X-Codenow-Api-Key anyrequired

    CodeNOW API Key

Body

required

    globalPipelinesConfiguration booleanrequired


    A boolean flag indicating whether pipeline settings are globally configured for the entire repository. If set to false, the pipeline settings are independently customized for individual branches.

Responses

CI config settings updated

Schema

    status stringrequired

    Possible values: non-empty

Loading...