summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-08-02 20:50:45 +0000
committerGerrit Code Review <review@openstack.org>2022-08-02 20:50:45 +0000
commit0d6f70eac2554135d0d3eb464feb68e6c0c9e2b6 (patch)
tree4490afa93d25483d762a2d42d901569fe32c2ad0
parentfbb97bd6b6d039a81279fd01a66f9c7c6698a855 (diff)
parentdb63d80d4bc14e45df7c6354636c1c65f7b821b0 (diff)
downloadzuul-0d6f70eac2554135d0d3eb464feb68e6c0c9e2b6.tar.gz
Merge "web: openapi: Fix item_ahead and items_behind"6.2.0
-rw-r--r--web/public/openapi.yaml8
1 files changed, 3 insertions, 5 deletions
diff --git a/web/public/openapi.yaml b/web/public/openapi.yaml
index 312a1907e..b101c66e0 100644
--- a/web/public/openapi.yaml
+++ b/web/public/openapi.yaml
@@ -474,11 +474,9 @@ components:
description: The event id
type: string
item_ahead:
- description: The list of events ahead
- items:
- type: string
- type: array
- item_behind:
+ description: The event ahead
+ type: string
+ items_behind:
description: The list of events behind
items:
type: string