Remove 401 error for HEAD /projects

Fixes #7544

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
This commit is contained in:
Daniel Jiang 2019-08-21 15:59:25 +08:00
parent 962d480d79
commit 7f7e2a8106

View File

@ -122,8 +122,6 @@ paths:
responses:
'200':
description: Project name exists.
'401':
description: User need to log in first.
'404':
description: Project name does not exist.
'500':