sct / overseerr

Request management and media discovery tool for the Plex ecosystem
https://overseerr.dev
MIT License
3.54k stars 412 forks source link

Update MediaRequest API - Missing Option to Edit Tags #3803

Open Eisa01 opened 4 months ago

Eisa01 commented 4 months ago

Description

Currently the API seems to not have the option to edit tags, although it is available in the Web UI. There is no option to edit the tags by using API calls.

Referring to https://api-docs.overseerr.dev/#/request/put_request__requestId_

Version

3.22

Steps to Reproduce

API Call

Screenshots

No response

Logs

No response

Platform

desktop

Device

Any

Operating System

Any

Browser

Any

Additional Context

No response

Code of Conduct

sct commented 4 months ago

If its available on the web, its available in the api. It's probably just not documented.

Eisa01 commented 4 months ago

Thanks that was helpful, "tags" is available, and it accepts an array of numbers as data type. "tags": [1,2, 7, 8]

Perhaps, we can keep this issue open until tags documentation is completed =)

Just a question, since I am having trouble finding anything related to the documentation of tags, which API would I be using to pull all the tags that are available in Overseerr, along with the associated tag name?

Because tag id is used for the PUT request, however tag id is random and not sequential, so I need to do some mapping with the tag name.