There was an error while loading. Please reload this page.
2 parents 8951866 + 080adc0 commit 904cf18Copy full SHA for 904cf18
1 file changed
service/forms.tsp
@@ -408,7 +408,7 @@ namespace CoreSystem.Forms {
408
op listQuestions(@path sectionId: uuid, @query responseId?: uuid): QuestionResponse[];
409
410
@doc("Upload a cover image for a form. The frontend should send images in WebP format with max-width/height: 1800px and quality 80%.")
411
- @route("/forms/{id}/upload-cover")
+ @route("/forms/{id}/cover")
412
@post
413
op uploadFormCoverImage(
414
@path id: uuid,
0 commit comments