Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Programmatically Creating New Tags #1146

Answered by Gummientchen
QC8086 asked this question in Support
Discussion options

You must be logged in to vote

You can make a POST request to the endpoint /api/tags/.

If you try to navigate to the url https://YOURPAPERLESS/api/tags/ you can inspect how the request to create a new tag works (at the end of the page).

Example:
{ "name": "testTag", "colour": null, "match": "", "matching_algorithm": null, "is_insensitive": false, "is_inbox_tag": false }

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@QC8086
Comment options

@Gummientchen
Comment options

@QC8086
Comment options

@Gummientchen
Comment options

Answer selected by QC8086
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Support
Labels
None yet
2 participants