added bruno files for getting Mal Anime
This commit is contained in:
15
bruno/AniTrack/MAL/Update Anime Status.bru
Normal file
15
bruno/AniTrack/MAL/Update Anime Status.bru
Normal file
@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: Update Anime Status
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
patch {
|
||||
url: https://api.myanimelist.net/v2/anime/50205/my_list_status
|
||||
body: formUrlEncoded
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{MAL_ACCESS_TOKEN}}
|
||||
}
|
Reference in New Issue
Block a user