diff options
author | Lain Soykaf <lain@lain.com> | 2023-06-11 16:20:30 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2023-06-11 16:20:30 +0400 |
commit | 175ee9e6fec2f9262e4f9e31ce300bd77149b3a7 (patch) | |
tree | 974aa947a3bedb9dc76c0e400eab1b7d94502a0a /docs/development/API/admin_api.md | |
parent | d91a823836f416dc0bdf0fe8527695d372dcb347 (diff) | |
parent | 16313af7eb1c3b92210e0c0762e74c051bdde5f2 (diff) | |
download | pleroma-175ee9e6fec2f9262e4f9e31ce300bd77149b3a7.tar.gz pleroma-175ee9e6fec2f9262e4f9e31ce300bd77149b3a7.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into unused_indexes
Diffstat (limited to 'docs/development/API/admin_api.md')
-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" } |