We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a687d3 + 6ada4b0 commit ff6ca5dCopy full SHA for ff6ca5d
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