From 57f609cf1b6624310c0ec22f533576bad28f6c01 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Sun, 2 May 2021 00:13:48 -0600 Subject: [PATCH] Typo fixes --- changelogs/identity_service/newsfragments/3101.new | 2 +- data/api/identity/versions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelogs/identity_service/newsfragments/3101.new b/changelogs/identity_service/newsfragments/3101.new index a31567c3..e6e98b92 100644 --- a/changelogs/identity_service/newsfragments/3101.new +++ b/changelogs/identity_service/newsfragments/3101.new @@ -1 +1 @@ -Add `/versions` API as per [MSC2320](https://github.com/matrix-org/matrix-doc/pull/2320). \ No newline at end of file +Add `GET /_matrix/identity/versions` API as per [MSC2320](https://github.com/matrix-org/matrix-doc/pull/2320). \ No newline at end of file diff --git a/data/api/identity/versions.yaml b/data/api/identity/versions.yaml index a3869665..04f2f66d 100644 --- a/data/api/identity/versions.yaml +++ b/data/api/identity/versions.yaml @@ -47,5 +47,5 @@ paths: description: The supported versions. items: type: string - description: The supported versions + description: The supported versions. required: ['versions']