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']