PUT /a/templates/meta
Store an arbitrary metadata template
Body Parameters
Name | Description | Type | Required |
---|---|---|---|
Template | #/definitions/entMetaTemplate | ||
Uuid | string |
Body Example
{
"Template": {
"Label": "string",
"Meta": "string",
"Namespace": "string",
"Policies": [
{
"Action": "string",
"Effect": "string",
"JsonConditions": "string",
"Resource": "string",
"Subject": "string",
"id": "string"
}
],
"Uuid": "string"
},
"Uuid": "string"
}
Response Example (200)
Response Type /definitions/entPutMetaTemplateResponse
{
"Template": {
"Label": "string",
"Meta": "string",
"Namespace": "string",
"Policies": [
{
"Action": "string",
"Effect": "string",
"JsonConditions": "string",
"Resource": "string",
"Subject": "string",
"id": "string"
}
],
"Uuid": "string"
}
}