repository

Update repository

Update the repository specified by name

put/projects/{project_name}/repositories/{repository_name}

Path parameters

project_namestring required

The name of the project

repository_namestring required

The name of the repository. If it contains slash, encode it twice over with URL encoding. e.g. a/b -> a%2Fb -> a%252Fb

Headers

X-Request-Idstring

An unique ID for the request

Request body

idinteger

The ID of the repository

project_idinteger

The ID of the project that the repository belongs to

namestring

The name of the repository

descriptionstring

The description of the repository

artifact_countinteger

The count of the artifacts inside the repository

pull_countinteger

The count that the artifact inside the repository pulled

creation_timestring date-time nullable

The creation time of the repository

update_timestring date-time

The update time of the repository

Response

Success

Changes

No recorded changes to this endpoint across all 1 revision of this API.