diff options
author | Ekaterina Vaartis <vaartis@kotobank.ch> | 2023-03-29 23:18:44 +0300 |
---|---|---|
committer | Ekaterina Vaartis <vaartis@kotobank.ch> | 2023-03-29 23:23:06 +0300 |
commit | d3b27d45a9115c04d4e469d1a9dc372ff8576d52 (patch) | |
tree | d2714ef5a829e1b2e25dd598057bf5744c04c832 /docs | |
parent | 4f7c11b2814f22fd7f28832462569a78faf223b5 (diff) | |
download | pleroma-d3b27d45a9115c04d4e469d1a9dc372ff8576d52.tar.gz pleroma-d3b27d45a9115c04d4e469d1a9dc372ff8576d52.zip |
List installed frontend refs in admin API
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/API/admin_api.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/API/admin_api.md b/docs/development/API/admin_api.md index f6e9f7d2a..7d31ee262 100644 --- a/docs/development/API/admin_api.md +++ b/docs/development/API/admin_api.md @@ -1585,6 +1585,7 @@ Returns the content of the document "build_url": "https://git.pleroma.social/pleroma/fedi-fe/-/jobs/artifacts/${ref}/download?job=build", "git": "https://git.pleroma.social/pleroma/fedi-fe", "installed": true, + "installed_refs": ["master"], "name": "fedi-fe", "ref": "master" }, @@ -1592,6 +1593,7 @@ Returns the content of the document "build_url": "https://git.pleroma.social/lambadalambda/kenoma/-/jobs/artifacts/${ref}/download?job=build", "git": "https://git.pleroma.social/lambadalambda/kenoma", "installed": false, + "installed_refs": [], "name": "kenoma", "ref": "master" } |