Code repositories
Last updated
Was this helpful?
Last updated
Was this helpful?
Gets a page of code repositories.
Args: filter_model: Filter model used for pagination, sorting, filtering. project_name_or_id: Optional name or ID of the project. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response.
Returns: Page of code repository objects.
false
created
Logical Ops to use to combine filters on list methods.
and
Possible values: 1
20
Gets a specific code repository using its unique ID.
Args: code_repository_id: The ID of the code repository to get. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response.
Returns: A specific code repository object.
true
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.
Update model for code repositories.
Configuration for the code repository.
The code repository source.
Optional URL of a logo (png, jpg or svg) for the code repository.
Code repository description.