Skip to content

Commit dd9b993

Browse files
committed
Update API documentation to use consistent file naming for Tusflow
- Changed references from "Tusflow.yaml" to "tusflow.yaml" across multiple API documentation files for consistency. - Updated the following files: create-upload.mdx, delete-upload.mdx, get-health-status.mdx, get-upload-info.mdx, get-upload-status.mdx, and upload-file-chunk.mdx.
1 parent 0593f9c commit dd9b993

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

content/docs/openapi/create-upload.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ _openapi:
1212
- content: Initiates a new file upload session
1313
---
1414

15-
<APIPage document={"./Tusflow.yaml"} operations={[{"path":"/files/{uploadId}","method":"post"}]} webhooks={[]} hasHead={false} />
15+
<APIPage document={"./tusflow.yaml"} operations={[{"path":"/files/{uploadId}","method":"post"}]} webhooks={[]} hasHead={false} />

content/docs/openapi/delete-upload.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ _openapi:
1212
- content: Terminate and clean up an upload
1313
---
1414

15-
<APIPage document={"./Tusflow.yaml"} operations={[{"path":"/files/{uploadId}","method":"delete"}]} webhooks={[]} hasHead={false} />
15+
<APIPage document={"./tusflow.yaml"} operations={[{"path":"/files/{uploadId}","method":"delete"}]} webhooks={[]} hasHead={false} />

content/docs/openapi/get-health-status.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ _openapi:
1414
and Redis)
1515
---
1616

17-
<APIPage document={"./Tusflow.yaml"} operations={[{"path":"/health","method":"get"}]} webhooks={[]} hasHead={false} />
17+
<APIPage document={"./tusflow.yaml"} operations={[{"path":"/health","method":"get"}]} webhooks={[]} hasHead={false} />

content/docs/openapi/get-upload-info.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ _openapi:
1212
- content: Retrieve metadata about an ongoing upload
1313
---
1414

15-
<APIPage document={"./Tusflow.yaml"} operations={[{"path":"/files/{uploadId}","method":"head"}]} webhooks={[]} hasHead={false} />
15+
<APIPage document={"./tusflow.yaml"} operations={[{"path":"/files/{uploadId}","method":"head"}]} webhooks={[]} hasHead={false} />

content/docs/openapi/get-upload-status.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ _openapi:
1414
information
1515
---
1616

17-
<APIPage document={"./Tusflow.yaml"} operations={[{"path":"/files/{uploadId}","method":"get"}]} webhooks={[]} hasHead={false} />
17+
<APIPage document={"./tusflow.yaml"} operations={[{"path":"/files/{uploadId}","method":"get"}]} webhooks={[]} hasHead={false} />

content/docs/openapi/upload-file-chunk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ _openapi:
1212
- content: Upload a chunk of the file starting at the specified offset
1313
---
1414

15-
<APIPage document={"./Tusflow.yaml"} operations={[{"path":"/files/{uploadId}","method":"patch"}]} webhooks={[]} hasHead={false} />
15+
<APIPage document={"./tusflow.yaml"} operations={[{"path":"/files/{uploadId}","method":"patch"}]} webhooks={[]} hasHead={false} />

0 commit comments

Comments
 (0)