diff --git a/docs/extrinsic-metadata-specification.rst b/docs/extrinsic-metadata-specification.rst --- a/docs/extrinsic-metadata-specification.rst +++ b/docs/extrinsic-metadata-specification.rst @@ -275,7 +275,14 @@ ``application/vnd.github.v3+json`` The metadata is the response of an API call to GitHub. ``gitlab-project-json`` - The metadata is the response of an API call to a Gitlab instance. + The metadata is the response of an API call to `Gitlab's /api/v4/projects/:id + ` endpoint. +``gitea-project-json`` + The metadata is the response of an API call to `Gitea's /api/v1/repos/{owner}/{repo} + `_ endpoint. +``gogs-project-json`` + The metadata is the response of an API call to `Gogs's /api/v1/repos/:owner/:repo + `_ endpoint. ``pypi-project-json`` The metadata is a release entry from a PyPI project's JSON file, extracted and re-serialized.