diff options
author | tusooa <tusooa@kazv.moe> | 2023-04-27 02:56:19 +0000 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2023-04-27 02:56:19 +0000 |
commit | 248f914e6eb33bc22089f00175d0bc0da9d27eb0 (patch) | |
tree | 84414b7604368408d031d2136c4e716aca74db64 /docs | |
parent | ddf57596be8f67abd8ac81fa9a9a1ca84321e7ad (diff) | |
parent | 6a63dced4a567e0ba84c3c1e796eff93ba015255 (diff) | |
download | pleroma-248f914e6eb33bc22089f00175d0bc0da9d27eb0.tar.gz pleroma-248f914e6eb33bc22089f00175d0bc0da9d27eb0.zip |
Merge branch 'list-installed-frontends' into 'develop'
List installed frontend refs in admin API
See merge request pleroma/pleroma!3862
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" } |