From d713f5e5cf942635f454b6d73ca1456d1d4631d5 Mon Sep 17 00:00:00 2001 From: Bruce Becker Date: Thu, 18 Jul 2024 10:34:01 +0200 Subject: [PATCH] docs(swagger): fix publish documentation Closed #491 Signed-off-by: Bruce Becker --- .gitignore | 3 +++ doc/swagger/swagger.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bcc22bed..dc990481 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ argo-messaging _workspace/ .idea .vscode/ + +# Ignore build artifact +argo-messaging*.tar.gz \ No newline at end of file diff --git a/doc/swagger/swagger.yaml b/doc/swagger/swagger.yaml index 6291588a..9e7f200e 100644 --- a/doc/swagger/swagger.yaml +++ b/doc/swagger/swagger.yaml @@ -2201,7 +2201,7 @@ paths: /projects/{PROJECT}/topics/{TOPIC}:publish: post: - summary: List topics in a project + summary: Publish topics in a project description: | The topic:publish endpoint publish a message to a specific topic parameters: