From dfef268b05dac21ce4b91cb6d1cf50e0b8603d1f Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 2 Feb 2022 01:21:33 +0000 Subject: [PATCH] Fix docs on cover-image --- app/flatpages/help/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/flatpages/help/api.md b/app/flatpages/help/api.md index b3ad806..3403ce3 100644 --- a/app/flatpages/help/api.md +++ b/app/flatpages/help/api.md @@ -240,7 +240,7 @@ curl -X DELETE https://content.minetest.net/api/packages/username/name/releases/ * POST `/api/packages///screenshots/order/` * Requires authentication. * Body is a JSON array containing the screenshot IDs in their order. -* POST `/api/packages///screenshots/order/` +* POST `/api/packages///screenshots/cover-image/` * Requires authentication. * Body is a JSON dictionary with "cover_image" containing the screenshot ID.