diff --git a/docs/dev/public_api.yml b/docs/dev/public_api.yml
index c6312844d..181b80a10 100644
--- a/docs/dev/public_api.yml
+++ b/docs/dev/public_api.yml
@@ -471,6 +471,13 @@ paths:
       responses:
         '200':
           description: The image was uploaded successfully.
+          content:
+            application/json:
+              schema:
+                type: object
+                properties:
+                  link:
+                    type: string
         '401':
           "$ref": "#/components/responses/UnauthorizedError"
         '403':