anitrack/bruno/AniTrack/MAL/Update Anime Status.bru

16 lines
220 B
Plaintext
Raw Normal View History

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