mirror of
https://github.com/go-gitea/gitea
synced 2025-12-07 13:28:25 +00:00
more meaningfull description
This commit is contained in:
@@ -3827,7 +3827,7 @@
|
||||
"$ref": "#/responses/empty"
|
||||
},
|
||||
"304": {
|
||||
"description": "User has no right to add subscribe of other user"
|
||||
"description": "User can only subscribe itself if he is no admin"
|
||||
},
|
||||
"404": {
|
||||
"description": "Issue not found"
|
||||
@@ -3882,7 +3882,7 @@
|
||||
"$ref": "#/responses/empty"
|
||||
},
|
||||
"304": {
|
||||
"description": "User has no right to remove subscribe of other user"
|
||||
"description": "User can only subscribe itself if he is no admin"
|
||||
},
|
||||
"404": {
|
||||
"description": "Issue not found"
|
||||
|
||||
Reference in New Issue
Block a user