Skip to main content

Link code project to a target, maximum is 20 per target

POST 

/targets/:target_id/integrations/snyk-sast/code-projects/

Request

Path Parameters

    target_id stringrequired

Body

required

    id string

    A unique Base58 value identifying this object.

    scope stringrequired

    A unique Base58 value identifying this object.

    project_id uuidrequired
    project_name string

    Possible values: <= 256 characters

    target_id uuidrequired
    target_name string

    Possible values: <= 256 characters

    org_id uuidrequired
    org_name string

    Possible values: <= 256 characters

    target_file string

    Possible values: <= 256 characters

Responses

Schema

    id string

    A unique Base58 value identifying this object.

    scope stringrequired

    A unique Base58 value identifying this object.

    project_id uuidrequired
    project_name string

    Possible values: <= 256 characters

    target_id uuidrequired
    target_name string

    Possible values: <= 256 characters

    org_id uuidrequired
    org_name string

    Possible values: <= 256 characters

    target_file string

    Possible values: <= 256 characters

Loading...