mirror of
https://github.com/goharbor/harbor
synced 2025-04-22 18:27:38 +00: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
|
type: integer
|
||||||
format: int32
|
format: int32
|
||||||
description: The owner ID of the project always means the creator of the project.
|
description: The owner ID of the project always means the creator of the project.
|
||||||
name:
|
project_name:
|
||||||
type: string
|
type: string
|
||||||
description: The name of the project.
|
description: The name of the project.
|
||||||
creation_time:
|
creation_time:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user