-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Labels
Priority: LowA problem that causes minor errors—such as formatting or display problemsA problem that causes minor errors—such as formatting or display problems
Description
Summary
We have an empty repository update cmd which does nothing - its better to remove that placeholder.
we should update the repository update to do the following its currently missing these - not remove the update cmd - it should be added.
See this example curl request
curl 'https://demo.goharbor.io/api/v2.0/projects/bc-project/repositories/bc-image' \
-X 'PUT' \
-H 'content-type: application/json' \
--data-raw '{"description":"hello"}'
https://demo.goharbor.io/harbor/projects/5588/repositories/bc-image/info-tab - see there is a field update repository info - so we should support that.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Priority: LowA problem that causes minor errors—such as formatting or display problemsA problem that causes minor errors—such as formatting or display problems
