Returns Block ID by tag
Last updated
GET /policies/{policyId}/tag/{tag}
Requests block ID from a policy by tag. Only users with the Standard Registry and Installer roles are allowed to make the request
policyID*
String
Selected policy ID
tag*
String
Tag from the selected policy
{
application/json:
schema:
type: object
properties:
id:
type: string
}{
// Response
}{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Last updated