未验证 提交 69e08789 编写于 作者: D Dan Bader 提交者: GitHub

Merge pull request #71 from ic4f/master

Correction to #70: lowercase>uppercase
......@@ -47,7 +47,7 @@ paths:
post:
operationId: people.create
tags:
- people
- People
summary: Create a person and add it to the people list
description: Create a new person in the people list
parameters:
......@@ -72,7 +72,7 @@ paths:
get:
operationId: people.read_one
tags:
- people
- People
summary: Read one person from the people list
description: Read one person from the people list
parameters:
......@@ -96,7 +96,7 @@ paths:
put:
operationId: people.update
tags:
- people
- People
summary: Update a person in the people list
description: Update a person in the people list
parameters:
......@@ -121,7 +121,7 @@ paths:
delete:
operationId: people.delete
tags:
- people
- People
summary: Delete a person from the people list
description: Delete a person
parameters:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册