dtrack-audit icon indicating copy to clipboard operation
dtrack-audit copied to clipboard

feature request: set project tags

Open tomaszn opened this issue 2 years ago • 0 comments

I propose to add a new environment, DTRACK_PROJECT_TAGS.

Setting it to tag1 tag2 would call:

PATCH /api/v1/project/<UUID>
{"tags": [{"name": "tag1"}, {"name": "tag2"}]}

after creating or updating the project.

tomaszn avatar Jul 04 '23 16:07 tomaszn