Skip to content

Instantly share code, notes, and snippets.

@oqnu
oqnu / syncthink_openapi.yaml
Last active September 24, 2025 09:20
syncthink_openapi
openapi: 3.0.0
info:
title: Syncthing API
description: A simplified OpenAPI specification for the Syncthing REST API.
version: 1.0.0
servers:
- url: http://localhost:8384
description: The main Syncthing instance
paths:
/rest/system/ping: