aboutsummaryrefslogtreecommitdiff
path: root/docs/api/schemas/latest
diff options
context:
space:
mode:
authorDaniel Axtens <dja@axtens.net>2019-04-30 02:57:01 +1000
committerDaniel Axtens <dja@axtens.net>2019-04-30 15:20:57 +1000
commit7a20ccda99e48dab643d1fbd7e170fe3e4c47185 (patch)
treeb15c52e451de569faed8c703c89dc3f78e7e452e /docs/api/schemas/latest
parent666de29ebada5990a8d69f4d71d6bb271e1a68c3 (diff)
downloadpatchwork-7a20ccda99e48dab643d1fbd7e170fe3e4c47185.tar
patchwork-7a20ccda99e48dab643d1fbd7e170fe3e4c47185.tar.gz
REST: A check must specify a state
The Ozlabs crew noticed that a check without a state caused a KeyError in data['state']. Mark state as mandatory, check for it, and add a test. Reported-by: Russell Currey <ruscur@russell.cc> Reported-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Daniel Axtens <dja@axtens.net>
Diffstat (limited to 'docs/api/schemas/latest')
-rw-r--r--docs/api/schemas/latest/patchwork.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api/schemas/latest/patchwork.yaml b/docs/api/schemas/latest/patchwork.yaml
index e3ba69c..724b05e 100644
--- a/docs/api/schemas/latest/patchwork.yaml
+++ b/docs/api/schemas/latest/patchwork.yaml
@@ -1316,6 +1316,8 @@ components:
nullable: true
CheckCreate:
type: object
+ required:
+ - state
properties:
state:
title: State