---
title: "POST /api/v1/content/setFileAttributes"
method: POST
path: "/api/v1/content/setFileAttributes"
tags: ["Content"]
---

# POST /api/v1/content/setFileAttributes

`POST /api/v1/content/setFileAttributes`

## Request body

- SetFileAttributesRequest
  - `FilePath` string, nullable
  - `FileTimes` FileTimesData
    - `CreationTime` string, date-time
    - `LastWriteTime` string, date-time
  - `FileAttributes` FileAttributesData
    - `IsHidden` boolean

## Response `200`

- SetFileAttributesResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable

---

[API](https://skmtc.net/pads4/apis/nds-services-authentication.md) · [All operations](https://skmtc.net/pads4/apis/nds-services-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pads4/nds-services-authentication/versions/e0bfd79e98ee/schema)
