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: PushRequest:
type: object type: object
properties: properties:
pusbsubTopic: pubsubTopic:
$ref: '#/PubsubTopic' $ref: '#/PubsubTopic'
message: message:
$ref: '#/WakuMessage' $ref: '#/WakuMessage'