From b1491ca3cde223d25bc3d30b94b5951069a9fe3d Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 12 Mar 2024 11:08:57 -0400 Subject: [PATCH] fix: specify param for api test for /world --- public/openapi/read/world.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/openapi/read/world.yaml b/public/openapi/read/world.yaml index d843cce2db..e693e80cb7 100644 --- a/public/openapi/read/world.yaml +++ b/public/openapi/read/world.yaml @@ -3,6 +3,13 @@ get: - topics summary: Get external topics description: Returns a list of external topics known to the local instance + parameters: + - name: filter + in: path + required: true + schema: + type: string + example: all responses: "200": description: An array of topic objects sorted by timestamp.