@@ -263,7 +263,7 @@ public function checkUploadAttachmentFiles(string $id)
263263 /**
264264 * Associate attachment exercise files with an exercise
265265 * @POST
266- * @DEPRECATED attachment files were unified with exercise files
266+ * @deprecated attachment files were unified with exercise files
267267 * @throws ForbiddenRequestException
268268 */
269269 #[Post("files " , new VMixed (), "Identifiers of attachment files " , nullable: true )]
@@ -320,7 +320,7 @@ public function checkGetAttachmentFiles(string $id)
320320 /**
321321 * Get a list of all attachment files for an exercise
322322 * @GET
323- * @DEPRECATED attachment files were unified with exercise files
323+ * @deprecated attachment files were unified with exercise files
324324 * @throws ForbiddenRequestException
325325 */
326326 #[Path("id " , new VUuid (), "identification of exercise " , required: true )]
@@ -347,7 +347,7 @@ public function checkDeleteAttachmentFile(string $id, string $fileId)
347347 /**
348348 * Delete attachment exercise file with given id
349349 * @DELETE
350- * @DEPRECATED attachment files were unified with exercise files
350+ * @deprecated attachment files were unified with exercise files
351351 * @throws ForbiddenRequestException
352352 * @throws NotFoundException
353353 */
@@ -411,7 +411,7 @@ public function checkDownloadAttachmentFilesArchive(string $id)
411411 /**
412412 * Download archive containing all attachment files for exercise.
413413 * @GET
414- * @DEPRECATED attachment files were unified with exercise files
414+ * @deprecated attachment files were unified with exercise files
415415 * @throws NotFoundException
416416 * @throws \Nette\Application\BadRequestException
417417 * @throws \Nette\Application\AbortException
0 commit comments