From 38997a8984618e387224980d0ff2f03f508826cc Mon Sep 17 00:00:00 2001 From: Timo Ley Date: Thu, 29 Sep 2022 14:23:31 +0200 Subject: [PATCH] Remove namespaces endpoint from addons feature will be part of another api feature in the future --- docs/api/features/addons.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/docs/api/features/addons.md b/docs/api/features/addons.md index bca38f5..56b9cf9 100644 --- a/docs/api/features/addons.md +++ b/docs/api/features/addons.md @@ -37,15 +37,4 @@ This endpoint can be used to retrieve the manifest of a specific version of an a - `200 OK`: This version of the addon is available in this addon repository. The response body MUST be an [Addon Manifest](../../schema/manifest.md). -- `404 Not Found`: This version of the addon is not available in this addon repository. - -### Get namespaces - -`GET {base URL}/v2/namespaces` - -This endpoint can be used to get a list of [repository namespaces](../../concepts/namespaces.md#repository-namespaces), -which can be found on this API instance. It MAY be incomplete or empty at all. - -#### Responses: - -- `200 OK`: The response body MUST be a JSON array of namespace strings. \ No newline at end of file +- `404 Not Found`: This version of the addon is not available in this addon repository. \ No newline at end of file