diff options
Diffstat (limited to 'docs/api/schemas/v1.2/patchwork.yaml')
-rw-r--r-- | docs/api/schemas/v1.2/patchwork.yaml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/docs/api/schemas/v1.2/patchwork.yaml b/docs/api/schemas/v1.2/patchwork.yaml index a6b811f..e02c612 100644 --- a/docs/api/schemas/v1.2/patchwork.yaml +++ b/docs/api/schemas/v1.2/patchwork.yaml @@ -2532,19 +2532,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 |