You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-27 22:18:36 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Base = "1e582aa7-fc4e-8189-abbd-fea5aa85787e";
|
||||
Base = "1e582aa7-fc4e-814a-a121-ebdf1f5cf5be";
|
||||
Image_ = "https://api.athenaeum.digital/test_data/picture.jpg"; // URL, Binary Data or File path
|
||||
|
||||
Image = New Map;
|
||||
|
||||
2
docs/en/examples/Notion/DeleteBlock.txt
vendored
2
docs/en/examples/Notion/DeleteBlock.txt
vendored
@@ -1,4 +1,4 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Block = "1e582aa7-fc4e-8106-bc82-dba0381a7acd";
|
||||
Block = "1e582aa7-fc4e-81a0-8cb2-d019c5e111ec";
|
||||
|
||||
Result = OPI_Notion.DeleteBlock(Token, Block);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Base = "1e582aa7-fc4e-8189-abbd-fea5aa85787e";
|
||||
Base = "1e582aa7-fc4e-814a-a121-ebdf1f5cf5be";
|
||||
|
||||
Title = "TestTitle";
|
||||
Description = "TestDescription";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Page = "1e582aa7-fc4e-8142-93a9-fe911e278077";
|
||||
Page = "1e582aa7-fc4e-8154-8939-df877ed1833d";
|
||||
Icon = "https://api.athenaeum.digital/test_data/picture.jpg";
|
||||
Cover = "https://api.athenaeum.digital/test_data/picture2.jpg";
|
||||
Archive = False;
|
||||
|
||||
2
docs/en/examples/Notion/GetDatabase.txt
vendored
2
docs/en/examples/Notion/GetDatabase.txt
vendored
@@ -1,4 +1,4 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Base = "1e582aa7-fc4e-8189-abbd-fea5aa85787e";
|
||||
Base = "1e582aa7-fc4e-814a-a121-ebdf1f5cf5be";
|
||||
|
||||
Result = OPI_Notion.GetDatabase(Token, Base);
|
||||
|
||||
2
docs/en/examples/Notion/GetPage.txt
vendored
2
docs/en/examples/Notion/GetPage.txt
vendored
@@ -1,4 +1,4 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Page = "1e582aa7-fc4e-8142-93a9-fe911e278077";
|
||||
Page = "1e582aa7-fc4e-8154-8939-df877ed1833d";
|
||||
|
||||
Result = OPI_Notion.GetPage(Token, Page);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
||||
Block = "1e582aa7-fc4e-8106-bc82-dba0381a7acd";
|
||||
Block = "1e582aa7-fc4e-81a0-8cb2-d019c5e111ec";
|
||||
|
||||
Result = OPI_Notion.ReturnChildBlocks(Token, Block);
|
||||
|
||||
Reference in New Issue
Block a user