1
0

feat: embed the vikunja logo as inline attachment

This commit is contained in:
kolaente
2022-06-19 16:21:11 +02:00
committed by Gitea
parent 30e0e98f77
commit f4f8450d16
8 changed files with 22 additions and 7 deletions

View File

@ -36,7 +36,7 @@ import (
// @Param id path int true "Task ID"
// @Param files formData string true "The file, as multipart form file. You can pass multiple."
// @Security JWTKeyAuth
// @Success 200 {object} models.Message "Attachments were uploaded successfully."
// @Success 200 {object} models.Message "Embeds were uploaded successfully."
// @Failure 403 {object} models.Message "No access to the task."
// @Failure 404 {object} models.Message "The task does not exist."
// @Failure 500 {object} models.Message "Internal error"