File tree Expand file tree Collapse file tree
API/Controller/Shares/Links Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public sealed partial class ShareLinksController
2121 /// <response code="404">Public share or shocker does not exist</response>
2222 /// <response code="400">Shocker does not exist in public share</response>
2323 [ HttpPatch ( "{publicShareId}/{shockerId}" ) ]
24- [ ProducesResponseType < LegacyDataResponse < PublicShareResponse > > ( StatusCodes . Status200OK , MediaTypeNames . Application . Json ) ]
24+ [ ProducesResponseType < string > ( StatusCodes . Status200OK , MediaTypeNames . Text . Plain ) ]
2525 [ ProducesResponseType < OpenShockProblem > ( StatusCodes . Status404NotFound , MediaTypeNames . Application . ProblemJson ) ] // PublicShareNotFound, ShockerNotInPublicShare
2626 public async Task < IActionResult > EditShocker ( [ FromRoute ] Guid publicShareId , [ FromRoute ] Guid shockerId , [ FromBody ] PublicShareEditShocker body )
2727 {
You can’t perform that action at this time.
0 commit comments