diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-03-29 03:13:25 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-03-29 03:13:25 +0100 |
commit | 64b4aead15927be56d7433250462c03f2d1f4565 (patch) | |
tree | de735c74c600ff60d34e6c3f1cd19aca4d65709f /docs | |
parent | make it build (diff) | |
download | synapse-64b4aead15927be56d7433250462c03f2d1f4565.tar.xz |
make it work
Diffstat (limited to 'docs')
-rw-r--r-- | docs/url_previews.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/url_previews.rst b/docs/url_previews.rst index 1dc6ee0c45..634d9d907f 100644 --- a/docs/url_previews.rst +++ b/docs/url_previews.rst @@ -56,7 +56,7 @@ As a first cut, let's do #2 and have the receiver hit the API to calculate its o API --- -GET /_matrix/media/r0/previewUrl?url=http://wherever.com +GET /_matrix/media/r0/preview_url?url=http://wherever.com 200 OK { "og:type" : "article" |