Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/gl_objects/projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ Results can also be sorted using the following parameters:
Get a single project::

# Get a project by ID
project_id = 851
project = gl.projects.get(project_id)
# Get a project by userspace/name
project = gl.projects.get('myteam/myproject')

Create a project::

Expand Down