POST /a/templates/node

Create a template from a specific node

Body Parameters

Name Description Type Required
Policies Optional policies array
RefNodeUuid string
TplLabel string

Body Example

{
  "Policies": [
    {
      "Action": "string",
      "Effect": "string",
      "JsonConditions": "string",
      "Resource": "string",
      "Subject": "string",
      "id": "string"
    }
  ],
  "RefNodeUuid": "string",
  "TplLabel": "string"
}

Response Example (200)

Response Type /definitions/entCreateNodeTemplateResponse

{
  "Success": true,
  "TemplateUuid": "string"
}
Auto generated by Pydio Cells Enterprise Distribution v4.4.0 on 3-Apr-2024
Back to top