Name generation and gradient calculation
This commit is contained in:
parent
8e5954e0ca
commit
ba1697ffc7
12 changed files with 418 additions and 54 deletions
|
|
@ -18,8 +18,6 @@ definitions:
|
|||
type: "string"
|
||||
created:
|
||||
type: "integer"
|
||||
timezone:
|
||||
type: "string"
|
||||
startTime:
|
||||
type: "string"
|
||||
endTime:
|
||||
|
|
@ -84,8 +82,6 @@ paths:
|
|||
properties:
|
||||
name:
|
||||
type: "string"
|
||||
timezone:
|
||||
type: "string"
|
||||
startTime:
|
||||
type: "integer"
|
||||
endTime:
|
||||
|
|
@ -152,7 +148,7 @@ paths:
|
|||
400:
|
||||
description: "Invalid data"
|
||||
"/event/{eventId}/people/{personName}":
|
||||
get:
|
||||
post:
|
||||
summary: "Login as this person"
|
||||
operationId: "getPerson"
|
||||
parameters:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue