diff --git a/API.md b/API.md index c2dba0c9c..1077ee721 100644 --- a/API.md +++ b/API.md @@ -58,7 +58,10 @@ Optional: - POST `/supervisor/options` ```json { - "beta_channel": "true|false" + "beta_channel": "true|false", + "addons_repositories": [ + "REPO_URL" + ] } ```