fixing description for relay
This commit is contained in:
parent
e8ae22acc5
commit
13176a4c91
|
@ -1,7 +1,7 @@
|
||||||
# /relay/v1/auto/messages/{contentTopic}: # Note the plural in messages
|
# /relay/v1/auto/messages/{contentTopic}: # Note the plural in messages
|
||||||
get: # get_waku_v2_relay_v1_auto_messages
|
get: # get_waku_v2_relay_v1_auto_messages
|
||||||
summary: Get the latest messages on the polled topic
|
summary: Get the latest messages on the polled topic
|
||||||
description: Get a list of messages that were received on a subscribed Content topic after the last time this method was called. Messages are selected from the last 50 messages received by the node.
|
description: Get a list of messages that were received on a subscribed Content topic after the last time this method was called. By default, messages are selected from the last 30 messages received by the node. You can modify the number of cached messages with the --rest-relay-cache-capacity CLI parameter.
|
||||||
operationId: getMessagesByTopic
|
operationId: getMessagesByTopic
|
||||||
tags:
|
tags:
|
||||||
- relay
|
- relay
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# /relay/v1/messages/{pubsubTopic}: # Note the plural in messages
|
# /relay/v1/messages/{pubsubTopic}: # Note the plural in messages
|
||||||
get: # get_waku_v2_relay_v1_messages
|
get: # get_waku_v2_relay_v1_messages
|
||||||
summary: Get the latest messages on the polled topic
|
summary: Get the latest messages on the polled topic
|
||||||
description: Get a list of messages that were received on a subscribed PubSub topic after the last time this method was called. Messages are selected from the last 50 messages received by the node.
|
description: Get a list of messages that were received on a subscribed PubSub topic after the last time this method was called. By default, messages are selected from the last 30 messages received by the node. You can modify the number of cached messages with the --rest-relay-cache-capacity CLI parameter.
|
||||||
operationId: getMessagesByTopic
|
operationId: getMessagesByTopic
|
||||||
tags:
|
tags:
|
||||||
- relay
|
- relay
|
||||||
|
|
Loading…
Reference in New Issue