mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-26 12:15:20 +01:00
Fixed Project describe "name" field error in swagger.yaml
The "name" field of Project's properties in swagger.yaml, but "POST" Project API use parameter "project_name".
This commit is contained in:
parent
83c618c632
commit
3d324a0e3b
@ -765,7 +765,7 @@ definitions:
|
||||
type: integer
|
||||
format: int32
|
||||
description: The owner ID of the project always means the creator of the project.
|
||||
name:
|
||||
project_name:
|
||||
type: string
|
||||
description: The name of the project.
|
||||
creation_time:
|
||||
|
Loading…
Reference in New Issue
Block a user