You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/wordpress_com/actions/upload-media/upload-media.mjs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ import wordpress from "../../wordpress_com.app.mjs";
4
4
exportdefault{
5
5
key: "wordpress_com-upload-media",
6
6
name: "Upload Media",
7
-
description: "Uploads a media file from a URL to the specified WordPress.com site.",
7
+
description: "Uploads a media file from a URL to the specified WordPress.com site. [See the documentation](https://developer.wordpress.com/docs/api/1.1/post/sites/%24site/media/new/)",
0 commit comments