Skip to content

[Request] Expose tag pinning via API #1684

Description

@lcandy2

Is your feature request related to a problem? Please describe.

Tags can be pinned to one's profile on the web (the tag editor's pin option; Tag.pinned exists in the model), but the API's TagSchema/TagInSchema have no pinned field — so pin state can neither be read nor changed via the API.

Describe the solution you'd like

Add pinned to the tag schemas: returned by GET /api/me/tag/, settable via POST /api/me/tag/ and PUT /api/me/tag/{uuid}.

Describe alternatives you've considered

None; the field is simply absent from the API surface.

Additional context

Split from #1671 (one issue per request).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions