aboutsummaryrefslogtreecommitdiff
path: root/docs/api/schemas/patchwork.j2
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/schemas/patchwork.j2')
-rw-r--r--docs/api/schemas/patchwork.j216
1 files changed, 12 insertions, 4 deletions
diff --git a/docs/api/schemas/patchwork.j2 b/docs/api/schemas/patchwork.j2
index 56ecd83..867add9 100644
--- a/docs/api/schemas/patchwork.j2
+++ b/docs/api/schemas/patchwork.j2
@@ -2634,19 +2634,27 @@ components:
properties:
state:
title: State
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
target_url:
title: Target URL
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
context:
title: Context
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
description:
title: Description
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
ErrorPatchUpdate:
type: object