update docs

This commit is contained in:
Irfan 2022-05-20 22:51:50 +05:00
parent 0761f50eb1
commit bb31a84983
2 changed files with 9 additions and 4 deletions

View File

@ -541,6 +541,8 @@ class UserController extends Controller
* @OA\Schema(type="string")
* ),
*
* @OA\Parameter(ref="#/components/parameters/page"),
*
* @OA\Response(
* response="200",
* description="Returns user friends",
@ -631,7 +633,7 @@ class UserController extends Controller
* operationId="getUserAnimelist",
* tags={"users"},
* deprecated=true,
* description="Anime lists will be discontinued from May 1st, 2022. <a href='https://docs.google.com/document/d/1-6H-agSnqa8Mfmw802UYfGQrceIEnAaEh4uCXAPiX5A'>Read more</a>",
* description="User Anime lists have been discontinued since May 1st, 2022. <a href='https://docs.google.com/document/d/1-6H-agSnqa8Mfmw802UYfGQrceIEnAaEh4uCXAPiX5A'>Read more</a>",
*
* @OA\Parameter(
* name="username",
@ -708,7 +710,7 @@ class UserController extends Controller
* operationId="getUserMangaList",
* tags={"users"},
* deprecated=true,
* description="Manga lists will be discontinued from May 1st, 2022. <a href='https://docs.google.com/document/d/1-6H-agSnqa8Mfmw802UYfGQrceIEnAaEh4uCXAPiX5A'>Read more</a>",
* description="User Manga lists have been discontinued since May 1st, 2022. <a href='https://docs.google.com/document/d/1-6H-agSnqa8Mfmw802UYfGQrceIEnAaEh4uCXAPiX5A'>Read more</a>",
*
* @OA\Parameter(
* name="username",

View File

@ -3206,6 +3206,9 @@
"schema": {
"type": "string"
}
},
{
"$ref": "#/components/parameters/page"
}
],
"responses": {
@ -3230,7 +3233,7 @@
"tags": [
"users"
],
"description": "Anime lists will be discontinued from May 1st, 2022. <a href='https://docs.google.com/document/d/1-6H-agSnqa8Mfmw802UYfGQrceIEnAaEh4uCXAPiX5A'>Read more</a>",
"description": "User Anime lists have been discontinued since May 1st, 2022. <a href='https://docs.google.com/document/d/1-6H-agSnqa8Mfmw802UYfGQrceIEnAaEh4uCXAPiX5A'>Read more</a>",
"operationId": "getUserAnimelist",
"parameters": [
{
@ -3263,7 +3266,7 @@
"tags": [
"users"
],
"description": "Manga lists will be discontinued from May 1st, 2022. <a href='https://docs.google.com/document/d/1-6H-agSnqa8Mfmw802UYfGQrceIEnAaEh4uCXAPiX5A'>Read more</a>",
"description": "User Manga lists have been discontinued since May 1st, 2022. <a href='https://docs.google.com/document/d/1-6H-agSnqa8Mfmw802UYfGQrceIEnAaEh4uCXAPiX5A'>Read more</a>",
"operationId": "getUserMangaList",
"parameters": [
{