1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-06-15 00:15:19 +02:00
Files
OpenIntegrations/docs/en/cli/NEW_CLI/notion/CreateDatabase/bash.txt
Vitaly the Alpaca (bot) 3bbbae72a1 Test data update (Jenkins)
2024-10-20 22:15:39 +03:00

7 lines
434 B
Plaintext

# JSON data can also be passed as a path to a .json file
oint notion CreateDatabase \
--token "***" \
--page "5dd94c34fab04bff986b7511c0779f77" \
--title "TestTitle" \
--props "{'Name':'title','Description':'rich_text','Number':'number','Status':{'New':'green','InProgress':'yellow','Remote':'red'},'CreationDate':'date','Image':'files','Active':'checkbox','Website':'url','Email':'email','Phone':'phone_number','User':'people'}"