harbor-go-client icon indicating copy to clipboard operation
harbor-go-client copied to clipboard

[BUG] malformed format content body of API "PUT /api/projects/{project_id}"

Open moooofly opened this issue 5 years ago • 0 comments

as per swagger file definition, the content body of "PUT /api/projects/{project_id}" is of the format as below:

image

but you will get

image

after some experiments, the working one is

image

and you will get

image

moooofly avatar Oct 30 '18 07:10 moooofly