From 8e5c112cae84ff7d19e8c17aece1a0ca923cfa2a Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 9 Jan 2022 01:38:53 +0100 Subject: [PATCH] Updated API Reference (markdown) --- API-Reference.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/API-Reference.md b/API-Reference.md index 3743ce2..342f4c0 100644 --- a/API-Reference.md +++ b/API-Reference.md @@ -1,17 +1,17 @@ -# Get current snapshot +## Get current snapshot Returns the current text snapshot available -## Authentication +### Authentication Requires password/session if logged in, otherwise none (default) -## URL +### URL `GET api/{uuid}/snapshot/current` | Parameter | Type | Description | Required | | ----------- | ----------- |----------- |----------- | | `uuid` | string | UUID of the watch | required | -## Response +### Response `text/plain` of the snapshot \ No newline at end of file