We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/api
1 parent 041f995 commit 6af3b11Copy full SHA for 6af3b11
src/http-api/prefix.ts
@@ -42,7 +42,7 @@ export enum IdentityPrefix {
42
/**
43
* URI path for the v2 identity API
44
*/
45
- V2 = "/_matrix/identity/api/v2",
+ V2 = "/_matrix/identity/v2",
46
}
47
48
export enum MediaPrefix {
0 commit comments