From 0f040fc5c070172670612f06aeec64b0fb022958 Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Wed, 1 Jun 2022 14:52:34 -0400 Subject: [PATCH] Document store APIs for add/remove repository (#1354) --- docs/api/supervisor/endpoints.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/api/supervisor/endpoints.md b/docs/api/supervisor/endpoints.md index c4f05628..72d728c5 100644 --- a/docs/api/supervisor/endpoints.md +++ b/docs/api/supervisor/endpoints.md @@ -2289,6 +2289,26 @@ Returns a list of store repositories + + +Add an addon repository to the store + +**Payload:** + +| key | type | description | +| ---------- | ------ | ------------------------------------------------ | +| repository | string | URL of the addon repository to add to the store. | + +**Example payload:** + +```json +{ + "repository": "https://example.com/addons" +} +``` + + + Returns information about a store repository @@ -2307,6 +2327,12 @@ Returns information about a store repository + + +Remove an unused addon repository from the store. + + + ### Security