GET /a/templates/meta

Store an arbitrary metadata template

No Parameters

Response Example (200)

Response Type /definitions/entListMetaTemplateResponse

{
  "Templates": [
    {
      "Label": "string",
      "Meta": "string",
      "Namespace": "string",
      "Policies": [
        {
          "Action": "string",
          "Effect": "string",
          "JsonConditions": "string",
          "Resource": "string",
          "Subject": "string",
          "id": "string"
        }
      ],
      "Uuid": "string"
    }
  ]
}
Auto generated by Pydio Cells Enterprise Distribution v4.4.0 on 3-Apr-2024
Back to top