v2

latestOpenAPI 3.1.0raw.githubusercontent.com2024-09-26192307950.1 KB
code_repositories

Update Code Repository

Updates a code repository.

Args: code_repository_id: The ID of the code repository to update. update: The model containing the attributes to update.

Returns: The updated code repository object.

put/api/v1/code_repositories/{code_repository_id}

Path parameters

code_repository_idstring uuid required

Request body

namestring nullable
configobject nullable

Configuration for the code repository.

logo_urlstring nullable

Optional URL of a logo (png, jpg or svg) for the code repository.

descriptionstring nullable

Code repository description.

Response

Successful Response

resourcesCodeRepositoryResponseResources

Class for all resource models associated with the code repository entity.

idstring uuid required
permission_deniedboolean
namestring required