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