Last updated 1 year ago
POST /tags/search
POST
/tags/search
Search tags.
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"
content: application/json: schema: $ref: "#/components/schemas/Error"