Changing the swagger.yml file to be less verbose.

This commit is contained in:
Elf M. Sternberg 2018-03-29 07:28:01 -07:00
parent e065a61e32
commit bd340e4432
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ paths:
/time:
post:
description: "Returns time of day."
operationId: "ClockPost"
operationId: "TimePost"
parameters:
- in: "body"
name: "timezone"
@ -78,7 +78,7 @@ paths:
get:
description: "Returns time of day."
operationId: "ClockGet"
operationId: "TimeGet"
parameters:
- in: query
name: timezone