diff options
| author | Nejc Habjan <nejc.habjan@siemens.com> | 2022-11-17 18:34:10 +0100 |
|---|---|---|
| committer | John Villalovos <john@sodarock.com> | 2022-11-17 14:39:05 -0800 |
| commit | 0c98b2d8f4b8c1ac6a4b496282f307687b652759 (patch) | |
| tree | ccf45b0379cd07526ad536732b4232dd47c98a44 /docs/gl_objects | |
| parent | ad7c8fafd56866002aa6723ceeba4c4bc071ca0d (diff) | |
| download | gitlab-0c98b2d8f4b8c1ac6a4b496282f307687b652759.tar.gz | |
refactor: explicitly use ProjectSecureFile
Diffstat (limited to 'docs/gl_objects')
| -rw-r--r-- | docs/gl_objects/secure_files.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/gl_objects/secure_files.rst b/docs/gl_objects/secure_files.rst index e7374bb..6fe1d2e 100644 --- a/docs/gl_objects/secure_files.rst +++ b/docs/gl_objects/secure_files.rst @@ -10,8 +10,8 @@ References * v4 API: - + :class:`gitlab.v4.objects.SecureFile` - + :class:`gitlab.v4.objects.SecureFileManager` + + :class:`gitlab.v4.objects.ProjectSecureFile` + + :class:`gitlab.v4.objects.ProjectSecureFileManager` + :attr:`gitlab.v4.objects.Project.secure_files` * GitLab API: https://docs.gitlab.com/ee/api/secure_files.html |
