Skip to main content

Update a tag type

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

Update the configuration for the specified tag type.

Request

Path Parameters

  • name string required

Body

required

updateTagTypeSchema

  • description string

    The description of the tag type.

  • icon string

    The icon of the tag type.

Responses

This response has no body.

Loading...