summaryrefslogtreecommitdiff
path: root/docs/api/schemas/v1.0/patchwork.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/schemas/v1.0/patchwork.yaml')
-rw-r--r--docs/api/schemas/v1.0/patchwork.yaml16
1 files changed, 12 insertions, 4 deletions
diff --git a/docs/api/schemas/v1.0/patchwork.yaml b/docs/api/schemas/v1.0/patchwork.yaml
index 680d4d6..b697ce9 100644
--- a/docs/api/schemas/v1.0/patchwork.yaml
+++ b/docs/api/schemas/v1.0/patchwork.yaml
@@ -2153,19 +2153,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