diff options
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/schemas/latest/patchwork.yaml | 16 | ||||
-rw-r--r-- | docs/api/schemas/patchwork.j2 | 16 | ||||
-rw-r--r-- | docs/api/schemas/v1.0/patchwork.yaml | 16 | ||||
-rw-r--r-- | docs/api/schemas/v1.1/patchwork.yaml | 16 | ||||
-rw-r--r-- | docs/api/schemas/v1.2/patchwork.yaml | 16 |
5 files changed, 60 insertions, 20 deletions
diff --git a/docs/api/schemas/latest/patchwork.yaml b/docs/api/schemas/latest/patchwork.yaml index 0ebcbf4..794140a 100644 --- a/docs/api/schemas/latest/patchwork.yaml +++ b/docs/api/schemas/latest/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 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 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 diff --git a/docs/api/schemas/v1.1/patchwork.yaml b/docs/api/schemas/v1.1/patchwork.yaml index d5e441f..45790c8 100644 --- a/docs/api/schemas/v1.1/patchwork.yaml +++ b/docs/api/schemas/v1.1/patchwork.yaml @@ -2237,19 +2237,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 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 |