We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a687d3 commit 6ada4b0Copy full SHA for 6ada4b0
docs/gl_objects/projects.rst
@@ -292,7 +292,7 @@ Delete a custom attribute for a project::
292
293
Search projects by custom attribute::
294
295
- project.customattributes.set('type': 'internal')
+ project.customattributes.set('type', 'internal')
296
gl.projects.list(custom_attributes={'type': 'internal'})
297
298
Project files
0 commit comments