Revize 8316c102
Přidáno uživatelem Vojtěch Bartička před asi 3 roky(ů)
Backend/Backend/Controllers/AnnotationController.cs | ||
---|---|---|
103 | 103 |
|
104 | 104 |
} |
105 | 105 |
|
106 |
[HttpDelete("/annotation/{annotationId}/{tagInstanceId}")]
|
|
106 |
[HttpDelete("/annotation/{annotationId}/{occurenceId}")]
|
|
107 | 107 |
[ProducesResponseType((int)HttpStatusCode.OK)] |
108 | 108 |
[ProducesResponseType((int)HttpStatusCode.Forbidden)] |
109 | 109 |
public ActionResult DeleteAnnotationInstance([FromServices] ClientInfo clientInfo, Guid annotationId, Guid occurenceId) |
Také k dispozici: Unified diff
Last fix