PUT /a/share/policies

Updates policies associated to the underlying workspace for a Cell or a ShareLink

Body Parameters

Name Description Type Required
Policies List of policies to update array
Uuid Cell or Link UUID string

Body Example

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

Response Example (200)

Response Type /definitions/restUpdateSharePoliciesResponse

{
  "Policies": [
    {
      "Action": "string",
      "Effect": "string",
      "JsonConditions": "string",
      "Resource": "string",
      "Subject": "string",
      "id": "string"
    }
  ],
  "PoliciesContextEditable": true,
  "Success": true
}
Auto generated by Pydio Cells Enterprise Distribution v4.3.1 on 14-Nov-2023
Back to top