v1

latestOpenAPI 3.0.0Apache 2.02026-07-176940115.5 KB
File Share Acls

Creates a file share acl.

post/v1beta/{tenantId}/file/acls

Request body

fileshareIdstring required
typestring required
accessCapabilitystring[] required
accessTostring required
descriptionstring

Response

Accepted

idstring
createdAtstring date-time
updatedAtstring date-time
fileshareIdstring
typestring
accessCapabilitystring[]
accessTostring
tenantIdstring
userIdstring
descriptionstring
statusstring
profileIdstring
metadataobject

Example response

{
  "id": "084bf71e-a102-11e7-88a8-e31fe6d52248",
  "createdAt": "2017-07-10T14:36:58.014Z",
  "updatedAt": "2017-07-10T14:36:58.014Z",
  "metadata": {
    "key1": "value1",
    "key2": "value2"
  }
}