Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to add tags via POST URL #550

Open
GabrielSerealia opened this issue Oct 18, 2023 · 1 comment
Open

Ability to add tags via POST URL #550

GabrielSerealia opened this issue Oct 18, 2023 · 1 comment

Comments

@GabrielSerealia
Copy link

Is your feature request related to a problem? Please describe.
Unable to generate tags dynamically when uploading images.

I'd like the ability to generate tags with file upload via variables embedded in the POST URL

Additional context
It would allow the ability for people using programs like ShareX or custom scripts to add custom tags like the application that was captured or the computer the image was taken on. It's also possible to put it in the image name but tags would be nice as well.

@SrS2225a
Copy link
Contributor

I know this is not the same thing as what you want, but there does exist an endpoint url that XBackBone uses for adding and removing tags. These are '/tag/add' taking the variables 'tag' and 'mediaId' and '/tag/remove' which takes the variables 'tagId' and 'mediaId'. Though, I'm pretty sure you need to be logged in to use them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants