Drop /api from the new endpoint

pull/977/head
Andrew Morgan 5 years ago
parent bc9b6c3659
commit 5049e552e7

@ -22,10 +22,11 @@ This proposal thus calls for the Identity Services /lookup API to use hashed
This proposal suggests making changes to the Identity Service API's lookup This proposal suggests making changes to the Identity Service API's lookup
endpoints. Due to the nature of this proposal, the new endpoints should be on a endpoints. Due to the nature of this proposal, the new endpoints should be on a
`v2` path: `v2` path (we also drop the `/api` in order to preserve consistency across
other endpoints):
- `/_matrix/identity/api/v2/lookup` - `/_matrix/identity/v2/lookup`
- `/_matrix/identity/api/v2/bulk_lookup` - `/_matrix/identity/v2/bulk_lookup`
The parameters will remain the same, but `address` should no longer be in a The parameters will remain the same, but `address` should no longer be in a
plain-text format. `address` will now take a hash value, and the resulting plain-text format. `address` will now take a hash value, and the resulting

Loading…
Cancel
Save