Searching Tag

Search tags

POST /tags/search

Search Tags

Request Body

content:
            application/json:
              schema:
                description: a (targetId, Tags) map. `targetId1` is an example key
                properties:
                  targetId1:
                    $ref: "#/components/schemas/TagMap"
                additionalProperties:
                  $ref: "#/components/schemas/TagMap"

Last updated