Minor wording changes from code review

Co-Authored-By: turt2live <travpc@gmail.com>
This commit is contained in:
Erik Johnston 2019-01-29 09:05:20 -07:00 committed by GitHub
parent aca9437bf3
commit c0039c30f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,8 +40,8 @@ paths:
room by the inviting homeserver. room by the inviting homeserver.
This endpoint is preferred over the v1 API as it is more useful for servers. Senders This endpoint is preferred over the v1 API as it is more useful for servers. Senders
which receive a 400 or 404 response to this endpoint may wish to retry using the v1 which receive a 400 or 404 response to this endpoint should retry using the v1
API as the server may be older, if the room version supports doing so. API as the server may be older, if the room version is "1" or "2".
operationId: sendInviteV2 operationId: sendInviteV2
security: security:
- signedRequest: [] - signedRequest: []