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