summaryrefslogtreecommitdiff
path: root/docs/development
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2023-06-11 16:20:30 +0400
committerLain Soykaf <lain@lain.com>2023-06-11 16:20:30 +0400
commit175ee9e6fec2f9262e4f9e31ce300bd77149b3a7 (patch)
tree974aa947a3bedb9dc76c0e400eab1b7d94502a0a /docs/development
parentd91a823836f416dc0bdf0fe8527695d372dcb347 (diff)
parent16313af7eb1c3b92210e0c0762e74c051bdde5f2 (diff)
downloadpleroma-175ee9e6fec2f9262e4f9e31ce300bd77149b3a7.tar.gz
pleroma-175ee9e6fec2f9262e4f9e31ce300bd77149b3a7.zip
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into unused_indexes
Diffstat (limited to 'docs/development')
-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"
}