Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.78 KB

File metadata and controls

26 lines (21 loc) · 1.78 KB

PinCreate

Pin

Properties

Name Type Description Notes
id str [optional] [readonly]
created_at datetime [optional] [readonly]
link str, none_type [optional]
title str, none_type [optional]
description str, none_type [optional]
dominant_color str, none_type Dominant pin color. Hex number, e.g. \"#6E7874\". [optional]
alt_text str, none_type [optional]
board_id str The board to which this Pin belongs. [optional]
board_section_id str, none_type The board section to which this Pin belongs. [optional]
board_owner {str: (bool, date, datetime, dict, float, int, list, str, none_type)} [optional] [readonly]
media {str: (bool, date, datetime, dict, float, int, list, str, none_type)} [optional] [readonly]
media_source {str: (bool, date, datetime, dict, float, int, list, str, none_type)} [optional]
parent_pin_id str, none_type The source pin id if this pin was saved from another pin. <a href=&quot;https://help.pinterest.com/article/save-pins-on-pinterest\&quot;&gt;Learn more</a>. [optional]
note str, none_type Private note for this Pin. <a href=&quot;https://help.pinterest.com/en/article/add-notes-to-your-pins\&quot;&gt;Learn more</a>. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]