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:
jinpengcheng 2016-08-03 20:14:00 -07:00
parent 83c618c632
commit 3d324a0e3b

View File

@ -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: