Skip to content

api types file_share

KernelDeimos edited this page Feb 25, 2025 · 1 revision

{"$": "file-share"} - File Share

Structure

  • path: file or directory's path or uuid
  • access: one of: "read", "write" (default: "read")

Examples

Share with read access

{
    "$": "file-share",
    "path": "/some/path"
}

Share with write access

{
    "$": "file-share",
    "path": "/some/path",
    "access": "write"
}

Using a UUID

{
    "$": "file-share",
    "path": "b912c381-0c0b-466c-95a6-f9a4fc680a7d"
}

General

API

Concepts

Types

For Contributors

Extensions

Devmeta

Planning

Self_hosters

Src

Backend

A_and_A

For Contributors

Features

Lists_of_things

Notes

Src

Modules
Puterai

####### For Contributors

Test_drivers

Gui

Phoenix

Tools

Api_tester

Uncategorized

Clone this wiki locally