added rest anilist set items
This commit is contained in:
19
rest/AniTrack/Set Items/AniList Change Status.http
Normal file
19
rest/AniTrack/Set Items/AniList Change Status.http
Normal file
@ -0,0 +1,19 @@
|
||||
# @name AniList Change Status
|
||||
|
||||
POST https://graphql.anilist.co
|
||||
Content-Type: applicaton/json
|
||||
Accept: applicaton/json
|
||||
X-REQUEST-TYPE: Graphql
|
||||
Authorization: Bearer {{ANILIST_ACCESS_TOKEN}}
|
||||
|
||||
mutation($mediaId:Int, $status:MediaListStatus){
|
||||
SaveMediaListEntry(mediaId:$mediaId, status:$status){
|
||||
id
|
||||
status
|
||||
}
|
||||
}
|
||||
|
||||
{
|
||||
"mediaId": 1,
|
||||
"status": "CURRENT"
|
||||
}
|
Reference in New Issue
Block a user