summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2023-04-27 02:56:19 +0000
committertusooa <tusooa@kazv.moe>2023-04-27 02:56:19 +0000
commit248f914e6eb33bc22089f00175d0bc0da9d27eb0 (patch)
tree84414b7604368408d031d2136c4e716aca74db64 /docs
parentddf57596be8f67abd8ac81fa9a9a1ca84321e7ad (diff)
parent6a63dced4a567e0ba84c3c1e796eff93ba015255 (diff)
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.md2
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"
}