v2

latestOpenAPI 3.0.32026-08-012859114.1 KB
target

put/api/v2/owner/{owner}/project/{project_slug}/target/{target_slug}

Path parameters

ownerstring required

The owner under which a project is categorized under. For example, a user's username.

project_slugstring required

The name of the project. Note: the project name needs to be specified as a 'slug', a URL-friendly version of the project name.

target_slugstring required

The name of the target. Note: the target name needs to be specified as a 'slug', a URL-friendly version of the target name.

Request body

urlstring

Response

Updates a single target from a owner. Currently only valid for API Targets.

Returns:
    The updated target on success
created_atstring date-time
is_deletedboolean
n_runsinteger
ownerstring
project_idinteger
project_slugstring
slugstring
target_idinteger
target_namestring required
type'code' | 'api'
updated_atstring date-time
urlstring nullable