Add general upload API endpoint with project as form parameter #53
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
qwc-open/asiakirjat!53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/general-upload-api"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
POST /api/uploadendpoint that acceptsprojectas a form parameterhandleAPIUploadWithSlugfunction/api/project/{slug}/uploadand/api/upload) work in parallelUsage
Closes #52
Test plan
/api/project/{slug}/uploadstill works/api/uploadwith project form parameter🤖 Generated with Claude Code
Adds POST /api/upload as an alternative to POST /api/project/{slug}/upload. The new endpoint accepts project slug as a form parameter instead of URL path, making it easier to use in scripts where the project is a variable. Both endpoints work in parallel and are functionally identical. Closes #52 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>