Changing the swagger.yml file to be less verbose.
This commit is contained in:
parent
e065a61e32
commit
bd340e4432
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue