Remove leftover parameter

This commit is contained in:
Tulir Asokan 2023-05-09 16:43:28 +03:00
parent 37ded93d41
commit 01183f5dc5

View file

@ -40,14 +40,6 @@ paths:
security: security:
- homeserverAccessToken: [] - homeserverAccessToken: []
parameters: parameters:
- in: path
name: txnId
type: string
description: |-
The transaction ID for this set of events. Homeservers generate
these IDs and they are used to ensure idempotency of requests.
required: true
x-example: "35"
- in: body - in: body
name: body name: body
description: Ping body with optional transaction ID. description: Ping body with optional transaction ID.