You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-27 22:18:36 +02:00
Test data update (Jenkins)
This commit is contained in:
2
docs/en/cli/notion/CreateDatabase/bash.txt
vendored
2
docs/en/cli/notion/CreateDatabase/bash.txt
vendored
@@ -4,4 +4,4 @@ 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'}"
|
||||
--props "{'Name':'title','Description':'rich_text','Number':'number','CreationDate':'date','Image':'files','Active':'checkbox','Website':'url','Email':'email','Phone':'phone_number','User':'people','Status':{'New':'green','InProgress':'yellow','Remote':'red'}}"
|
||||
2
docs/en/cli/notion/CreateDatabase/bat.txt
vendored
2
docs/en/cli/notion/CreateDatabase/bat.txt
vendored
@@ -4,4 +4,4 @@ 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'}"
|
||||
--props "{'Name':'title','Description':'rich_text','Number':'number','CreationDate':'date','Image':'files','Active':'checkbox','Website':'url','Email':'email','Phone':'phone_number','User':'people','Status':{'New':'green','InProgress':'yellow','Remote':'red'}}"
|
||||
@@ -2,5 +2,5 @@
|
||||
|
||||
oint notion CreatePageInDatabase \
|
||||
--token "***" \
|
||||
--base "22782aa7-fc4e-81f4-ac58-c7fa1f62adca" \
|
||||
--data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-07-05T12:27:08.2641754Z','Image':{'Logo':'https://hut.openintegrations.dev/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'88005553535'}"
|
||||
--base "23182aa7-fc4e-814c-be67-ca9cf5e2ad06" \
|
||||
--data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'CreationDate':'2025-07-15T15:49:26.8185297Z','Image':{'Logo':'https://hut.openintegrations.dev/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'88005553535','Status':'New'}"
|
||||
@@ -2,5 +2,5 @@
|
||||
|
||||
oint notion CreatePageInDatabase ^
|
||||
--token "***" ^
|
||||
--base "22782aa7-fc4e-81f4-ac58-c7fa1f62adca" ^
|
||||
--data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-07-05T12:27:08.2641754Z','Image':{'Logo':'https://hut.openintegrations.dev/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'88005553535'}"
|
||||
--base "23182aa7-fc4e-814c-be67-ca9cf5e2ad06" ^
|
||||
--data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'CreationDate':'2025-07-15T15:49:26.8185297Z','Image':{'Logo':'https://hut.openintegrations.dev/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'88005553535','Status':'New'}"
|
||||
2
docs/en/cli/notion/DeleteBlock/bash.txt
vendored
2
docs/en/cli/notion/DeleteBlock/bash.txt
vendored
@@ -1,3 +1,3 @@
|
||||
oint notion DeleteBlock \
|
||||
--token "***" \
|
||||
--block "22782aa7-fc4e-81c2-a395-e7a79e347837"
|
||||
--block "23182aa7-fc4e-8148-a271-da74cb5a00fe"
|
||||
2
docs/en/cli/notion/DeleteBlock/bat.txt
vendored
2
docs/en/cli/notion/DeleteBlock/bat.txt
vendored
@@ -1,3 +1,3 @@
|
||||
oint notion DeleteBlock ^
|
||||
--token "***" ^
|
||||
--block "22782aa7-fc4e-81c2-a395-e7a79e347837"
|
||||
--block "23182aa7-fc4e-8148-a271-da74cb5a00fe"
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
oint notion EditDatabaseProperties \
|
||||
--token "***" \
|
||||
--base "22782aa7-fc4e-81f4-ac58-c7fa1f62adca" \
|
||||
--base "23182aa7-fc4e-814c-be67-ca9cf5e2ad06" \
|
||||
--props "{'Email':'rich_text','Website':null}" \
|
||||
--title "TestTitle" \
|
||||
--description "TestDescription"
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
oint notion EditDatabaseProperties ^
|
||||
--token "***" ^
|
||||
--base "22782aa7-fc4e-81f4-ac58-c7fa1f62adca" ^
|
||||
--base "23182aa7-fc4e-814c-be67-ca9cf5e2ad06" ^
|
||||
--props "{'Email':'rich_text','Website':null}" ^
|
||||
--title "TestTitle" ^
|
||||
--description "TestDescription"
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
oint notion EditPageProperties \
|
||||
--token "***" \
|
||||
--page "22782aa7-fc4e-8181-aa58-d008c0d7771b" \
|
||||
--page "23182aa7-fc4e-819f-b7ce-e63d9b36c14f" \
|
||||
--data "{'Active':false,'Email':'vector@mail.ru'}" \
|
||||
--icon "https://hut.openintegrations.dev/test_data/picture.jpg" \
|
||||
--cover "https://hut.openintegrations.dev/test_data/picture2.jpg" \
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
oint notion EditPageProperties ^
|
||||
--token "***" ^
|
||||
--page "22782aa7-fc4e-8181-aa58-d008c0d7771b" ^
|
||||
--page "23182aa7-fc4e-819f-b7ce-e63d9b36c14f" ^
|
||||
--data "{'Active':false,'Email':'vector@mail.ru'}" ^
|
||||
--icon "https://hut.openintegrations.dev/test_data/picture.jpg" ^
|
||||
--cover "https://hut.openintegrations.dev/test_data/picture2.jpg" ^
|
||||
|
||||
2
docs/en/cli/notion/GetDatabase/bash.txt
vendored
2
docs/en/cli/notion/GetDatabase/bash.txt
vendored
@@ -1,3 +1,3 @@
|
||||
oint notion GetDatabase \
|
||||
--token "***" \
|
||||
--base "22782aa7-fc4e-81f4-ac58-c7fa1f62adca"
|
||||
--base "23182aa7-fc4e-814c-be67-ca9cf5e2ad06"
|
||||
2
docs/en/cli/notion/GetDatabase/bat.txt
vendored
2
docs/en/cli/notion/GetDatabase/bat.txt
vendored
@@ -1,3 +1,3 @@
|
||||
oint notion GetDatabase ^
|
||||
--token "***" ^
|
||||
--base "22782aa7-fc4e-81f4-ac58-c7fa1f62adca"
|
||||
--base "23182aa7-fc4e-814c-be67-ca9cf5e2ad06"
|
||||
2
docs/en/cli/notion/GetPage/bash.txt
vendored
2
docs/en/cli/notion/GetPage/bash.txt
vendored
@@ -1,3 +1,3 @@
|
||||
oint notion GetPage \
|
||||
--token "***" \
|
||||
--page "22782aa7-fc4e-8181-aa58-d008c0d7771b"
|
||||
--page "23182aa7-fc4e-819f-b7ce-e63d9b36c14f"
|
||||
2
docs/en/cli/notion/GetPage/bat.txt
vendored
2
docs/en/cli/notion/GetPage/bat.txt
vendored
@@ -1,3 +1,3 @@
|
||||
oint notion GetPage ^
|
||||
--token "***" ^
|
||||
--page "22782aa7-fc4e-8181-aa58-d008c0d7771b"
|
||||
--page "23182aa7-fc4e-819f-b7ce-e63d9b36c14f"
|
||||
@@ -1,3 +1,3 @@
|
||||
oint notion ReturnChildBlocks \
|
||||
--token "***" \
|
||||
--block "22782aa7-fc4e-81c2-a395-e7a79e347837"
|
||||
--block "23182aa7-fc4e-8148-a271-da74cb5a00fe"
|
||||
2
docs/en/cli/notion/ReturnChildBlocks/bat.txt
vendored
2
docs/en/cli/notion/ReturnChildBlocks/bat.txt
vendored
@@ -1,3 +1,3 @@
|
||||
oint notion ReturnChildBlocks ^
|
||||
--token "***" ^
|
||||
--block "22782aa7-fc4e-81c2-a395-e7a79e347837"
|
||||
--block "23182aa7-fc4e-8148-a271-da74cb5a00fe"
|
||||
Reference in New Issue
Block a user