Skip to main content

cards

Overview

Namecards
TypeResource
Idgithub.projects.cards

Fields

NameDatatypeDescription
idintegerThe project card's ID
content_urlstring
notestring
column_namestring
updated_atstring
urlstring
column_urlstring
created_atstring
project_urlstring
project_idstring
node_idstring
creatorobjectA GitHub user.
archivedbooleanWhether or not the card is archived

Methods

NameAccessible byRequired ParamsDescription
get_cardSELECTcard_idGets information about a project card.
list_cardsSELECTcolumn_idLists the project cards in a project.
create_cardINSERTcolumn_id
delete_cardDELETEcard_idDeletes a project card
move_cardEXECcard_id, data__position
update_cardEXECcard_id