mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
fixed: comment of ProjectColumn.create_card (#1041)
This commit is contained in:
@@ -119,7 +119,7 @@ class ProjectColumn(github.GithubObject.CompletableGithubObject):
|
||||
content_id=github.GithubObject.NotSet,
|
||||
content_type=github.GithubObject.NotSet):
|
||||
"""
|
||||
calls: `POST https://developer.github.com/v3/projects/cards/#create-a-project-card>`_
|
||||
:calls: `POST /projects/columns/:column_id/cards <https://developer.github.com/v3/projects/cards/#create-a-project-card>`_
|
||||
:param note: string
|
||||
:param content_id: integer
|
||||
:param content_type: string
|
||||
|
||||
Reference in New Issue
Block a user