1
0

fix: revert renaming Attachments to Embeds everywhere

This commit is contained in:
kolaente
2022-06-19 16:22:45 +02:00
committed by Gitea
parent f4f8450d16
commit c62e26b6fe
4 changed files with 5 additions and 5 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 "Embeds were uploaded successfully."
// @Success 200 {object} models.Message "Attachments 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"