This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |