@access-dlsu/leapify 0.260605.2 → 0.260608.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -237,7 +237,7 @@ export declare function createLeapifyClient(baseUrl: string, getToken?: GetToken
237
237
  deleted: boolean;
238
238
  }>;
239
239
  /**
240
- * POST /api/uploads/images — admin only.
240
+ * POST /api/uploads — admin only.
241
241
  * Uploads an image file to R2. Accepts multipart/form-data.
242
242
  * Returns the public URL, storage key, size, and content type.
243
243
  */