diff options
author | Mete Polat <metepolat2000@gmail.com> | 2019-12-07 17:46:20 +0100 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2019-12-08 16:01:43 +0000 |
commit | 83665b2a3a952a559b3ad2ec5236ef382c77e0c4 (patch) | |
tree | cfa78511fb1b418cba7a784911493e3fa3a058c6 | |
parent | c7f7cf50ab8c434db07d4f4180b33ea8d9aeafd4 (diff) | |
download | patchwork-83665b2a3a952a559b3ad2ec5236ef382c77e0c4.tar patchwork-83665b2a3a952a559b3ad2ec5236ef382c77e0c4.tar.gz |
docs: Add missing series index schema
Fixes: 7d8e24bc84bd ("docs: Start documenting API using OpenAPI")
Signed-off-by: Mete Polat <metepolat2000@gmail.com>
Reviewed-by: Stephen Finucane <stephen@that.guru>
-rw-r--r-- | docs/api/schemas/latest/patchwork.yaml | 5 | ||||
-rw-r--r-- | docs/api/schemas/patchwork.j2 | 5 | ||||
-rw-r--r-- | docs/api/schemas/v1.0/patchwork.yaml | 5 | ||||
-rw-r--r-- | docs/api/schemas/v1.1/patchwork.yaml | 5 | ||||
-rw-r--r-- | docs/api/schemas/v1.2/patchwork.yaml | 5 |
5 files changed, 25 insertions, 0 deletions
diff --git a/docs/api/schemas/latest/patchwork.yaml b/docs/api/schemas/latest/patchwork.yaml index fc23cdb..a5e235b 100644 --- a/docs/api/schemas/latest/patchwork.yaml +++ b/docs/api/schemas/latest/patchwork.yaml @@ -1353,6 +1353,11 @@ components: type: string format: uri readOnly: true + series: + title: Series URL + type: string + format: uri + readOnly: true Bundle: required: - name diff --git a/docs/api/schemas/patchwork.j2 b/docs/api/schemas/patchwork.j2 index 85f3977..196d784 100644 --- a/docs/api/schemas/patchwork.j2 +++ b/docs/api/schemas/patchwork.j2 @@ -1364,6 +1364,11 @@ components: type: string format: uri readOnly: true + series: + title: Series URL + type: string + format: uri + readOnly: true Bundle: required: - name diff --git a/docs/api/schemas/v1.0/patchwork.yaml b/docs/api/schemas/v1.0/patchwork.yaml index b01cbcf..6c7c068 100644 --- a/docs/api/schemas/v1.0/patchwork.yaml +++ b/docs/api/schemas/v1.0/patchwork.yaml @@ -1218,6 +1218,11 @@ components: type: string format: uri readOnly: true + series: + title: Series URL + type: string + format: uri + readOnly: true Bundle: required: - name diff --git a/docs/api/schemas/v1.1/patchwork.yaml b/docs/api/schemas/v1.1/patchwork.yaml index f85c871..babc972 100644 --- a/docs/api/schemas/v1.1/patchwork.yaml +++ b/docs/api/schemas/v1.1/patchwork.yaml @@ -1218,6 +1218,11 @@ components: type: string format: uri readOnly: true + series: + title: Series URL + type: string + format: uri + readOnly: true Bundle: required: - name diff --git a/docs/api/schemas/v1.2/patchwork.yaml b/docs/api/schemas/v1.2/patchwork.yaml index b4d1cf6..d7b4d29 100644 --- a/docs/api/schemas/v1.2/patchwork.yaml +++ b/docs/api/schemas/v1.2/patchwork.yaml @@ -1353,6 +1353,11 @@ components: type: string format: uri readOnly: true + series: + title: Series URL + type: string + format: uri + readOnly: true Bundle: required: - name |