[backend/api] Document 200 response for /users/{id}/unfollow (ISH-662)
This commit is contained in:
parent
f013520b84
commit
3edda1e70e
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ public class UserController(
|
|||
}
|
||||
|
||||
[HttpPost("{id}/unfollow")]
|
||||
[ProducesResults(HttpStatusCode.OK)]
|
||||
[ProducesErrors(HttpStatusCode.BadRequest, HttpStatusCode.NotFound)]
|
||||
public async Task UnfollowUser(string id)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue