v2

latestOpenAPI 3.0.02026-08-013312111.4 MB
Pipelines

Update a known host

Update a repository level known host.

put/repositories/{workspace}/{repo_slug}/pipelines_config/ssh/known_hosts/{known_host_uuid}

Path parameters

workspacestring required

This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example {workspace UUID}.

repo_slugstring required

The repository.

known_host_uuidstring required

The UUID of the known host to update.

Request body

typestring required
uuidstring

The UUID identifying the known host.

hostnamestring

The hostname of the known host.

Response

The known host was updated.

typestring required
uuidstring

The UUID identifying the known host.

hostnamestring

The hostname of the known host.