Skip to content

Commit a6dffa6

Browse files
authored
Update README.md
Signed-off-by: CØDE N!NJΔ <najaf.shaikh@gmail.com>
1 parent df355b2 commit a6dffa6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ Authorization: Bearer <token>
8585
| Upload XSD | POST /api/xsd |
8686
| Get XSD Tree | GET /api/xsd/{id} |
8787
| Save Template | POST /api/templates |
88-
| Export Dynamic DOCX | GET /api/templates/{id}/export-dynamic-docx |
89-
| Convert HTML → Controls | POST /api/templates/{id}/convert-html-to-dynamic |
90-
| Generate Single | POST /api/generate |
91-
| Enqueue Batch | POST /api/BatchGeneration/enqueue |
92-
| Poll Batch | GET /api/BatchGeneration/correlation/{cid} |
93-
| Download Result | GET /api/BatchGeneration/{jobId}/result |
88+
| Export Dynamic DOCX | GET /api/templates/{id}/export |
89+
| Convert HTML → Controls | POST /api/templates/{id}/convert |
90+
| Generate Single | POST /api/templates/{id}/generate |
91+
| Enqueue Batch | POST /api/batch/generation/enqueue |
92+
| Poll Batch | GET /api/batch/generation/correlation/{cid} |
93+
| Download Result | GET /api/batch/generation/{jobId}/result |
9494

9595
---
9696

0 commit comments

Comments
 (0)