POST
/
api
/
v1
/
content
/
setFileAttributes
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Content/api/v1/content/setFileAttributes \
  --header 'Content-Type: application/json' \
  --data '{
  "FilePath": "<string>",
  "FileTimes": {
    "CreationTime": "2023-11-07T05:31:56Z",
    "LastWriteTime": "2023-11-07T05:31:56Z"
  },
  "FileAttributes": {
    "IsHidden": true
  }
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>"
}

Body

application/json

Response

200 - application/json

The response is of type object.