Skip to main content

Get a tag type

GET /api/admin/tag-types/:name

Get a tag type by name.

Request

Path Parameters

  • name string required
Responses

tagTypeSchema

Schema
  • 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...