cards
Overview
Name | cards |
Type | Resource |
Id | github.projects.cards |
Fields
Name | Datatype | Description |
---|---|---|
id | integer | The project card's ID |
archived | boolean | Whether or not the card is archived |
column_name | string | |
column_url | string | |
content_url | string | |
created_at | string | |
creator | object | A GitHub user. |
node_id | string | |
note | string | |
project_id | string | |
project_url | string | |
updated_at | string | |
url | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_card | SELECT | card_id | Gets information about a project card. |
list_cards | SELECT | column_id | Lists the project cards in a project. |
create_card | INSERT | column_id | |
delete_card | DELETE | card_id | Deletes a project card |
move_card | EXEC | card_id, data__position | |
update_card | EXEC | card_id |