diff options
| author | John L. Villalovos <john@sodarock.com> | 2022-11-04 15:19:59 -0700 |
|---|---|---|
| committer | Nejc Habjan <hab.nejc@gmail.com> | 2022-11-04 23:34:59 +0100 |
| commit | 060cfe1465a99657c5f832796ab3aa03aad934c7 (patch) | |
| tree | 25fc21b9db4268b8e6ed3b38476643ccd33e2d97 /docs/gl_objects | |
| parent | 12aea32d1c0f7e6eac0d19da580bf6efde79d3e2 (diff) | |
| download | gitlab-060cfe1465a99657c5f832796ab3aa03aad934c7.tar.gz | |
feat(api): add support for getting a project's pull mirror details
Add the ability to get a project's pull mirror details. This was added
in GitLab 15.5 and is a PREMIUM feature.
https://docs.gitlab.com/ee/api/projects.html#get-a-projects-pull-mirror-details
Diffstat (limited to 'docs/gl_objects')
| -rw-r--r-- | docs/gl_objects/projects.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/gl_objects/projects.rst b/docs/gl_objects/projects.rst index 4b6662b..7d4885a 100644 --- a/docs/gl_objects/projects.rst +++ b/docs/gl_objects/projects.rst @@ -250,6 +250,10 @@ Start the pull mirroring process (EE edition):: project.mirror_pull() +Get a project’s pull mirror details (EE edition):: + + mirror_pull_details = project.mirror_pull_details() + Import / Export =============== |
