Remove namespaces endpoint from addons feature
continuous-integration/drone/push Build is passing Details

will be part of another api feature in the future
This commit is contained in:
Timo Ley 2022-09-29 14:23:31 +02:00
parent 14aa5338d2
commit 38997a8984
1 changed files with 1 additions and 12 deletions

View File

@ -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.
- `404 Not Found`: This version of the addon is not available in this addon repository.