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>"
}
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>"
}
The response is of type object
.