Update apitypes.yaml

fix typo pusbsubTopic -> pubsubTopic
This commit is contained in:
Ivan FB 2024-02-28 18:28:39 +01:00 committed by GitHub
parent ab4eddf9a7
commit d1e0870d1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ WakuMessage:
PushRequest: PushRequest:
type: object type: object
properties: properties:
pusbsubTopic: pubsubTopic:
$ref: '#/PubsubTopic' $ref: '#/PubsubTopic'
message: message:
$ref: '#/WakuMessage' $ref: '#/WakuMessage'