You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
Test data update (Jenkins)
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
oint notion CreatePageInDatabase \
|
||||
--token "***" \
|
||||
--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'}"
|
||||
--base "23182aa7-fc4e-817d-82b7-ef6efd8c6f9e" \
|
||||
--data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'CreationDate':'2025-07-15T17:16:59.9522098Z','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 "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'}"
|
||||
--base "23182aa7-fc4e-817d-82b7-ef6efd8c6f9e" ^
|
||||
--data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'CreationDate':'2025-07-15T17:16:59.9522098Z','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 "23182aa7-fc4e-8148-a271-da74cb5a00fe"
|
||||
--block "23182aa7-fc4e-814e-ae6f-eee0598e32b8"
|
||||
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 "23182aa7-fc4e-8148-a271-da74cb5a00fe"
|
||||
--block "23182aa7-fc4e-814e-ae6f-eee0598e32b8"
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
oint notion EditDatabaseProperties \
|
||||
--token "***" \
|
||||
--base "23182aa7-fc4e-814c-be67-ca9cf5e2ad06" \
|
||||
--base "23182aa7-fc4e-817d-82b7-ef6efd8c6f9e" \
|
||||
--props "{'Email':'rich_text','Website':null}" \
|
||||
--title "TestTitle" \
|
||||
--description "TestDescription"
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
oint notion EditDatabaseProperties ^
|
||||
--token "***" ^
|
||||
--base "23182aa7-fc4e-814c-be67-ca9cf5e2ad06" ^
|
||||
--base "23182aa7-fc4e-817d-82b7-ef6efd8c6f9e" ^
|
||||
--props "{'Email':'rich_text','Website':null}" ^
|
||||
--title "TestTitle" ^
|
||||
--description "TestDescription"
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
oint notion EditPageProperties \
|
||||
--token "***" \
|
||||
--page "23182aa7-fc4e-819f-b7ce-e63d9b36c14f" \
|
||||
--page "23182aa7-fc4e-81d1-a6cf-f64788755cd2" \
|
||||
--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 "23182aa7-fc4e-819f-b7ce-e63d9b36c14f" ^
|
||||
--page "23182aa7-fc4e-81d1-a6cf-f64788755cd2" ^
|
||||
--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 "23182aa7-fc4e-814c-be67-ca9cf5e2ad06"
|
||||
--base "23182aa7-fc4e-817d-82b7-ef6efd8c6f9e"
|
||||
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 "23182aa7-fc4e-814c-be67-ca9cf5e2ad06"
|
||||
--base "23182aa7-fc4e-817d-82b7-ef6efd8c6f9e"
|
||||
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 "23182aa7-fc4e-819f-b7ce-e63d9b36c14f"
|
||||
--page "23182aa7-fc4e-81d1-a6cf-f64788755cd2"
|
||||
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 "23182aa7-fc4e-819f-b7ce-e63d9b36c14f"
|
||||
--page "23182aa7-fc4e-81d1-a6cf-f64788755cd2"
|
||||
@@ -1,3 +1,3 @@
|
||||
oint notion ReturnChildBlocks \
|
||||
--token "***" \
|
||||
--block "23182aa7-fc4e-8148-a271-da74cb5a00fe"
|
||||
--block "23182aa7-fc4e-814e-ae6f-eee0598e32b8"
|
||||
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 "23182aa7-fc4e-8148-a271-da74cb5a00fe"
|
||||
--block "23182aa7-fc4e-814e-ae6f-eee0598e32b8"
|
||||
Reference in New Issue
Block a user