Skip to main content

Get all tag types

GET /api/admin/tag-types

Get a list of all available tag types.

Request

Responses

tagTypesSchema

Schema
  • version integer required

    The version of the schema used to model the tag types.

  • tagTypes object[]required

    The list of tag types.

  • Array [
  • name string required

    The name of the tag type.

  • description string

    The description of the tag type.

  • icon string nullable

    The icon of the tag type.

  • ]
Loading...