Searching Tag

Search tags.

POST /tags/search

Search tags.

Request Body

NameTypeDescription

entity*

String

[Schema, Policy, Token, Module, Contract, PolicyDocument]

target*

String

targetId1

entity*

String

[Schema, Policy, Token, Module, Contract, PolicyDocument]

targets*

String

[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"

Last updated