POST /tags/search
POST
/tags/search
Search tags.
entity*
String
[Schema, Policy, Token, Module, Contract, PolicyDocument]
target*
targetId1
targets*
[targetId1, targetId2]
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"