Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
137 changes: 0 additions & 137 deletions api-spec/legacystoreapi.yaml

This file was deleted.

6 changes: 1 addition & 5 deletions api-spec/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ tags:
- name: relay
description: Control of the relaying of messages. See [11/WAKU2-RELAY](https://rfc.vac.dev/spec/11/) RFC
- name: store
description: Retrieve the message history. #TODO See [13/WAKU2-STORE]() RFC
- name: legacy_store
description: Retrieve the message history. See [13/WAKU2-STORE](https://rfc.vac.dev/spec/13/) RFC
description: Retrieve the message history. See [WAKU2-STORE](https://github.com/waku-org/specs/blob/master/standards/core/store.md)
- name: filter
description: Control of the content filtering. See [12/WAKU2-FILTER](https://rfc.vac.dev/spec/12/) RFC
- name: filter_legacy
Expand Down Expand Up @@ -51,8 +49,6 @@ paths:
$ref: "./relayapi_auto_messages.yaml"
/relay/v1/auto/subscriptions:
$ref: "./relayapi_auto_subscriptions.yaml"
/store/v1/messages:
$ref: "./legacystoreapi.yaml"
/store/v3/messages:
$ref: "./storeapi.yaml"
/filter/v1/subscriptions:
Expand Down