aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-06-22 17:33:12 +0200
committerLorenz Diener <[email protected]>2019-06-22 17:33:12 +0200
commita88492bdcf0884b922c50d04c44d909f271ff2ca (patch)
treebbe18529d4ecb2d64a9f2d947948e696d5148f1c /docs
parent71c6bc0f52289cf0408946b7b9e3adb2810e4598 (diff)
downloadmastodon.py-a88492bdcf0884b922c50d04c44d909f271ff2ca.tar.gz
Add healthy test cassette
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 1851b04..b09b050 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -543,7 +543,7 @@ Media dicts
543 # Returns the following dictionary: 543 # Returns the following dictionary:
544 { 544 {
545 'id': # The ID of the attachment. 545 'id': # The ID of the attachment.
546 'type': # Media type: 'image', 'video', 'gifv' or 'unknown'. 546 'type': # Media type: 'image', 'video', 'gifv', 'audio' or 'unknown'.
547 'url': # The URL for the image in the local cache 547 'url': # The URL for the image in the local cache
548 'remote_url': # The remote URL for the media (if the image is from a remote instance) 548 'remote_url': # The remote URL for the media (if the image is from a remote instance)
549 'preview_url': # The URL for the media preview 549 'preview_url': # The URL for the media preview
Powered by cgit v1.2.3 (git 2.41.0)