small changes to API spec
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
38997a8984
commit
f265e1c858
2 changed files with 5 additions and 5 deletions
|
@ -17,9 +17,9 @@ of the addon.
|
|||
|
||||
#### Responses:
|
||||
|
||||
- `200 OK`: The addon is available in this addon repository.
|
||||
- `200 OK`: The addon is available on this API instance.
|
||||
The response body MUST be an [API Addon Object](../../schema/api_addon.md).
|
||||
- `404 Not Found`: The addon is not available in this addon repository.
|
||||
- `404 Not Found`: The addon is not available on this API instance.
|
||||
|
||||
### Get addon manifest
|
||||
|
||||
|
@ -35,6 +35,6 @@ This endpoint can be used to retrieve the manifest of a specific version of an a
|
|||
|
||||
#### Responses:
|
||||
|
||||
- `200 OK`: This version of the addon is available in this addon repository.
|
||||
- `200 OK`: This version of the addon is available on this API instance.
|
||||
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.
|
||||
- `404 Not Found`: This version of the addon is not available on this API instance.
|
|
@ -17,7 +17,7 @@ This is the [ID](manifest.md#id) of the addon which this object describes.
|
|||
### namespace
|
||||
|
||||
This is the [namespace](../concepts/namespaces.md) of the addon which this object describes.
|
||||
It SHOULD be the [canonical namespace](../concepts/namespaces.md#canonical-namespaces).
|
||||
It MUST be the [canonical namespace](../concepts/namespaces.md#canonical-namespaces).
|
||||
|
||||
### version
|
||||
|
||||
|
|
Loading…
Reference in a new issue