- Notifications
You must be signed in to change notification settings - Fork673
-
Description of the problem, including code/CLI snippetI readhttps://python-gitlab.readthedocs.io/en/stable/gl_objects/projects.html But I didn't find a reference to the short project "description". The gitlab API mentions a short "description" for Projects here:https://docs.gitlab.com/ee/api/projects.html#create-project Can we retrieve this short description using python-gitlab? Expected BehaviorBe able to retrieve the short project description. Actual BehaviorSpecifications
|
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 2 comments 3 replies
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
I'm not sure off the top of my head. But one thing that can help is to do:
|
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Based on the GitLab docshttps://docs.gitlab.com/ee/api/projects.html#get-single-project Looks like it should be in the
|
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
-
Yeah that should be it :) just a little typo there, |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
-
Thanks! Updated my original comment to add the correction. Whoops! |
BetaWas this translation helpful?Give feedback.
All reactions
-
Thank for the help! And good tips. I'll be able to explore more with that. |
BetaWas this translation helpful?Give feedback.
All reactions
This discussion was converted from issue #1989 on April 27, 2022 19:42.