Skip to content

Request: Insert or update tags #79

@mimshwright

Description

@mimshwright

It would be nice if there was an endpoint for explicitly creating a tag.

e.g. POST https://dev.lunchmoney.app/v1/tag

{
  "name": string, // required
  "description": string,
  "color":  string // either one of the ones from the site, or a hex value

to update PUT https://dev.lunchmoney.app/v1/tag/:tag_id

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions