apitypes.yaml: fix typo in PushRequest object definition

This commit is contained in:
Ivan Folgueira Bande 2023-11-01 11:35:40 +01:00
parent b457cb9397
commit a1ee986d40
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7
1 changed files with 1 additions and 1 deletions

View File

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