Create file or folder
POST/v1/workspaces/:workspaceId/files/:filePath
Create file or folder
Request
Responses
- 204
- 401
- 403
- 409
- 413
Created.
Response Headers
ETag
Present for file creation (not for folders).
X-Kothar-File-Version-Id
Created file version ID. Present for files, not folders.
The request is missing valid authentication credentials.
The authenticated principal does not have access to this resource.
File path conflicts with an existing file or folder.
File upload is too large.