path-parts
Get Path Part Tags Handler
Get tags for a path part.
When include_inherited=False (default), returns only directly-attached tags. When include_inherited=True, walks the ancestor chain and returns the deduplicated union of tags from all ancestors (including the path part itself).
GET
Get Path Part Tags Handler
Headers
Path Parameters
Query Parameters
Include tags inherited from ancestor path parts
Cookies
Response
Successful Response
Response containing the current tags for a path part.
Tags attached to the path part
Previous
Set Path Part Tags HandlerSet tags on a path part, replacing any existing tags.
The provided tag_ids become the complete tag set for the path part.
Tags not in the list are removed; missing tags are added.
An empty list clears all tags.
Returns 400 if any tag_id doesn't exist (FK violation).
Requires write permission on the target path part.
Next
Get Path Part Tags Handler
