Skip to content

Commit eabee24

Browse files
committed
feat: docs for sdk multipart
1 parent f71e8a4 commit eabee24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sdks/tigris/examples.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export async function POST(request: NextRequest) {
178178
return NextResponse.json({ data: result.data });
179179
}
180180

181-
case UploadAction.MultipartParts: {
181+
case UploadAction.MultipartGetParts: {
182182
if (!uploadId || !parts) {
183183
return NextResponse.json(
184184
{ error: "uploadId and parts are required for multipart-parts" },

0 commit comments

Comments
 (0)