summaryrefslogtreecommitdiff
path: root/docs/development/API/admin_api.md
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2023-11-01 00:43:35 +0000
committertusooa <tusooa@kazv.moe>2023-11-01 00:43:35 +0000
commit6f654d534a1a606185c4f3543e7b1552f0a20566 (patch)
treeec8b787417a236aca411f0697465caf51d2b61ed /docs/development/API/admin_api.md
parentf966abe4fbacf8fa91cf2b533f8abfb57d62f8b7 (diff)
parentad45b06b3f1d7dd4157a3fbc44dc1d2f07c98f35 (diff)
downloadpleroma-6f654d534a1a606185c4f3543e7b1552f0a20566.tar.gz
pleroma-6f654d534a1a606185c4f3543e7b1552f0a20566.zip
Merge branch 'release/2.6.0' into 'stable'
Release/2.6.0 See merge request pleroma/pleroma!3924
Diffstat (limited to 'docs/development/API/admin_api.md')
-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"
}