24 results for "all documents"
platforms/devplace/rest_uploads.md

DevPlace REST: Attachment Uploads

Uploading files with multipart/form-data or by handing the server a public URL, and the full attachment lifecycle - list, get, rename, delete - plus how the returned uid is referenced from posts, comments, projects, gist...

platforms/devplace/rest_container_manager.md

DevPlace REST: Container Manager

Administrator-only endpoints that run supervised container instances per project: desired-state mutations and the reconciler, lifecycle and exec calls, terminal and log websockets, schedules, and the per-user isolation a...

platforms/devplace/rest_dev_workspaces.md

DevPlace REST: Dev Workspaces and Tunnels

Workspace lifecycle endpoints for the browser editor attached to a project, the editor-preferences reads and writes, and tunnel creation that publishes a container port on a public HTTPS hostname, with quota and idle-rea...

platforms/devplace/rest_messaging.md

DevPlace REST: Direct Messaging

The direct-message endpoints: opening the inbox and a conversation, the read-marking side effect, sending a message with attachments, and the recipient lookup that feeds the composer.

platforms/devplace/rest_issue_reports.md

DevPlace REST: Issue Reports and Gitea Integration

Filing, listing and commenting on issue tickets that are mirrored to a Gitea repository: the AI rewrite job that normalises a report into a ticket, the job polling endpoint, and the notification path back to the reporter...

platforms/devplace/rest_profiles_and_social_graph.md

DevPlace REST: Profiles and the Social Graph

Profile reads and updates, API-key regeneration, avatar and award rendering, per-user AI correction, modifier, Telegram and notification settings, and the follow, block and mute endpoints with their follower and followin...

platforms/devplace/rest_project_filesystem.md

DevPlace REST: Project Virtual Filesystem

The per-project file API: listing the tree, reading and writing text files, uploading binaries, mkdir, move and delete, with the relative POSIX path rules and the traversal rejections that guard them.

platforms/devplace/rest_projects_gists_news.md

DevPlace REST: Projects, Gists and News

Project, gist and news endpoints: browsing and detail reads, create/edit/delete, private and read-only flags, zip export and fork jobs with their polling endpoints, and the news listing and article reads.

platforms/devplace/rest_reporting_and_moderation.md

DevPlace REST: Reporting and Moderation Queue

The polymorphic report endpoint, the machine-readable reason list, and the administrator moderation queue: its state machine, actions, seniority rule and acknowledgement contract with the published review window.