diff --git a/data/api/application-service/ping.yaml b/data/api/application-service/ping.yaml index f6e7bf66d..e2e0584e9 100644 --- a/data/api/application-service/ping.yaml +++ b/data/api/application-service/ping.yaml @@ -40,14 +40,6 @@ paths: security: - homeserverAccessToken: [] 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 name: body description: Ping body with optional transaction ID.