Commit 7240f9ed authored by metacertain's avatar metacertain Committed by GitHub

Oas fix (#773)

parent e8505658
...@@ -596,6 +596,13 @@ paths: ...@@ -596,6 +596,13 @@ paths:
summary: Subscribe for messages on the given topic. summary: Subscribe for messages on the given topic.
tags: tags:
- Pss subscribe - Pss subscribe
parameters:
- in: path
name: topic
schema:
$ref: 'SwarmCommon.yaml#/components/schemas/PssTopic'
required: true
description: Topic name
responses: responses:
'200': '200':
description: Returns a WebSocket with a subscription for incoming message data on the requested topic. description: Returns a WebSocket with a subscription for incoming message data on the requested topic.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment