Name generation and gradient calculation

This commit is contained in:
Ben Grant 2021-03-04 19:00:38 +11:00
parent 8e5954e0ca
commit ba1697ffc7
12 changed files with 418 additions and 54 deletions

View file

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