added rest anilist set items

This commit is contained in:
2025-02-18 12:06:58 -05:00
parent 26f85dd412
commit fd806df0a9
4 changed files with 177 additions and 0 deletions

View 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
}