Return HTTP 400 when creating Project with nonexistent user

This commit is contained in:
Cole Helbling
2021-04-26 11:28:42 -07:00
parent 85e299d3d7
commit 47e19ba22c
3 changed files with 16 additions and 2 deletions

View File

@ -170,6 +170,16 @@ paths:
description: when set to true the project is displayed in the web interface
type: boolean
responses:
'400':
description: bad request
content:
application/json:
schema:
type: object
properties:
error:
description: error message
type: string
'403':
description: request unauthorized
content: