summaryrefslogtreecommitdiff
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.j212
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/api/schemas/patchwork.j2 b/docs/api/schemas/patchwork.j2
index f4628ee..98ca16c 100644
--- a/docs/api/schemas/patchwork.j2
+++ b/docs/api/schemas/patchwork.j2
@@ -2607,15 +2607,21 @@ components:
properties:
name:
title: Name
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
patches:
title: Patches
- type: string
+ type: array
+ items:
+ type: string
readOnly: true
public:
title: Public
- type: string
+ type: array
+ items:
+ type: string
{% endif %}
ErrorCheckCreate:
type: object