You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
Test data update (Jenkins)
This commit is contained in:
6
docs/en/cli/airtable/CreateComment/bash.txt
vendored
6
docs/en/cli/airtable/CreateComment/bash.txt
vendored
@@ -1,6 +1,6 @@
|
||||
oint airtable CreateComment \
|
||||
--token "***" \
|
||||
--base "appIH39OinhyyvpkN" \
|
||||
--table "tblUfEq3vK9TJtKlt" \
|
||||
--record "reckhUa13vd27vkog" \
|
||||
--base "appoZGUxvqRPTdrJq" \
|
||||
--table "tblW2WAxexmf0an6X" \
|
||||
--record "recFrS5Sx3ek7AEtx" \
|
||||
--text "TestComment"
|
||||
6
docs/en/cli/airtable/CreateComment/bat.txt
vendored
6
docs/en/cli/airtable/CreateComment/bat.txt
vendored
@@ -1,6 +1,6 @@
|
||||
oint airtable CreateComment ^
|
||||
--token "***" ^
|
||||
--base "appIH39OinhyyvpkN" ^
|
||||
--table "tblUfEq3vK9TJtKlt" ^
|
||||
--record "reckhUa13vd27vkog" ^
|
||||
--base "appoZGUxvqRPTdrJq" ^
|
||||
--table "tblW2WAxexmf0an6X" ^
|
||||
--record "recFrS5Sx3ek7AEtx" ^
|
||||
--text "TestComment"
|
||||
8
docs/en/cli/airtable/CreateField/bash.txt
vendored
8
docs/en/cli/airtable/CreateField/bash.txt
vendored
@@ -2,7 +2,7 @@
|
||||
|
||||
oint airtable CreateField \
|
||||
--token "***" \
|
||||
--base "appIH39OinhyyvpkN" \
|
||||
--table "tblUfEq3vK9TJtKlt" \
|
||||
--title "e71a4725-6f02-4cbe-b884-7925d8328b43" \
|
||||
--fielddata "{'name':'e71a4725-6f02-4cbe-b884-7925d8328b43','type':'number','options':{'precision':0}}"
|
||||
--base "appoZGUxvqRPTdrJq" \
|
||||
--table "tblW2WAxexmf0an6X" \
|
||||
--title "2ab39752-b327-47a8-9f69-44d027120410" \
|
||||
--fielddata "{'name':'2ab39752-b327-47a8-9f69-44d027120410','type':'number','options':{'precision':0}}"
|
||||
8
docs/en/cli/airtable/CreateField/bat.txt
vendored
8
docs/en/cli/airtable/CreateField/bat.txt
vendored
@@ -2,7 +2,7 @@
|
||||
|
||||
oint airtable CreateField ^
|
||||
--token "***" ^
|
||||
--base "appIH39OinhyyvpkN" ^
|
||||
--table "tblUfEq3vK9TJtKlt" ^
|
||||
--title "e71a4725-6f02-4cbe-b884-7925d8328b43" ^
|
||||
--fielddata "{'name':'e71a4725-6f02-4cbe-b884-7925d8328b43','type':'number','options':{'precision':0}}"
|
||||
--base "appoZGUxvqRPTdrJq" ^
|
||||
--table "tblW2WAxexmf0an6X" ^
|
||||
--title "2ab39752-b327-47a8-9f69-44d027120410" ^
|
||||
--fielddata "{'name':'2ab39752-b327-47a8-9f69-44d027120410','type':'number','options':{'precision':0}}"
|
||||
4
docs/en/cli/airtable/CreatePosts/bash.txt
vendored
4
docs/en/cli/airtable/CreatePosts/bash.txt
vendored
@@ -2,6 +2,6 @@
|
||||
|
||||
oint airtable CreatePosts \
|
||||
--token "***" \
|
||||
--base "appIH39OinhyyvpkN" \
|
||||
--table "tblUfEq3vK9TJtKlt" \
|
||||
--base "appoZGUxvqRPTdrJq" \
|
||||
--table "tblW2WAxexmf0an6X" \
|
||||
--data "{'Number':10,'String':'Hello'}"
|
||||
4
docs/en/cli/airtable/CreatePosts/bat.txt
vendored
4
docs/en/cli/airtable/CreatePosts/bat.txt
vendored
@@ -2,6 +2,6 @@
|
||||
|
||||
oint airtable CreatePosts ^
|
||||
--token "***" ^
|
||||
--base "appIH39OinhyyvpkN" ^
|
||||
--table "tblUfEq3vK9TJtKlt" ^
|
||||
--base "appoZGUxvqRPTdrJq" ^
|
||||
--table "tblW2WAxexmf0an6X" ^
|
||||
--data "{'Number':10,'String':'Hello'}"
|
||||
2
docs/en/cli/airtable/CreateTable/bash.txt
vendored
2
docs/en/cli/airtable/CreateTable/bash.txt
vendored
@@ -1,6 +1,6 @@
|
||||
oint airtable CreateTable \
|
||||
--token "***" \
|
||||
--base "appIH39OinhyyvpkN" \
|
||||
--base "appoZGUxvqRPTdrJq" \
|
||||
--title "TestTable2" \
|
||||
--fieldsdata "[{'name':'Number','type':'number','options':{'precision':0}},{'name':'String','type':'richText'},{'name':'Attachment','type':'multipleAttachments'},{'name':'Checkbox','type':'checkbox','options':{'icon':'check','color':'yellowBright'}},{'name':'Date','type':'date','options':{'dateFormat':{'format':'YYYY-MM-DD','name':'iso'}}},{'name':'Phone','type':'phoneNumber'},{'name':'Email','type':'email'},{'name':'Link','type':'url'}]" \
|
||||
--description "NewTable"
|
||||
2
docs/en/cli/airtable/CreateTable/bat.txt
vendored
2
docs/en/cli/airtable/CreateTable/bat.txt
vendored
@@ -1,6 +1,6 @@
|
||||
oint airtable CreateTable ^
|
||||
--token "***" ^
|
||||
--base "appIH39OinhyyvpkN" ^
|
||||
--base "appoZGUxvqRPTdrJq" ^
|
||||
--title "TestTable2" ^
|
||||
--fieldsdata "[{'name':'Number','type':'number','options':{'precision':0}},{'name':'String','type':'richText'},{'name':'Attachment','type':'multipleAttachments'},{'name':'Checkbox','type':'checkbox','options':{'icon':'check','color':'yellowBright'}},{'name':'Date','type':'date','options':{'dateFormat':{'format':'YYYY-MM-DD','name':'iso'}}},{'name':'Phone','type':'phoneNumber'},{'name':'Email','type':'email'},{'name':'Link','type':'url'}]" ^
|
||||
--description "NewTable"
|
||||
8
docs/en/cli/airtable/DeleteComment/bash.txt
vendored
8
docs/en/cli/airtable/DeleteComment/bash.txt
vendored
@@ -1,6 +1,6 @@
|
||||
oint airtable DeleteComment \
|
||||
--token "***" \
|
||||
--base "appIH39OinhyyvpkN" \
|
||||
--table "tblUfEq3vK9TJtKlt" \
|
||||
--record "reckhUa13vd27vkog" \
|
||||
--comment "comZLqhJFeUQXd2Li"
|
||||
--base "appoZGUxvqRPTdrJq" \
|
||||
--table "tblW2WAxexmf0an6X" \
|
||||
--record "recFrS5Sx3ek7AEtx" \
|
||||
--comment "commdMEZtVdd6jY8C"
|
||||
8
docs/en/cli/airtable/DeleteComment/bat.txt
vendored
8
docs/en/cli/airtable/DeleteComment/bat.txt
vendored
@@ -1,6 +1,6 @@
|
||||
oint airtable DeleteComment ^
|
||||
--token "***" ^
|
||||
--base "appIH39OinhyyvpkN" ^
|
||||
--table "tblUfEq3vK9TJtKlt" ^
|
||||
--record "reckhUa13vd27vkog" ^
|
||||
--comment "comZLqhJFeUQXd2Li"
|
||||
--base "appoZGUxvqRPTdrJq" ^
|
||||
--table "tblW2WAxexmf0an6X" ^
|
||||
--record "recFrS5Sx3ek7AEtx" ^
|
||||
--comment "commdMEZtVdd6jY8C"
|
||||
6
docs/en/cli/airtable/DeleteRecords/bash.txt
vendored
6
docs/en/cli/airtable/DeleteRecords/bash.txt
vendored
@@ -1,5 +1,5 @@
|
||||
oint airtable DeleteRecords \
|
||||
--token "***" \
|
||||
--base "appIH39OinhyyvpkN" \
|
||||
--table "tblUfEq3vK9TJtKlt" \
|
||||
--records "reckhUa13vd27vkog"
|
||||
--base "appoZGUxvqRPTdrJq" \
|
||||
--table "tblW2WAxexmf0an6X" \
|
||||
--records "recFrS5Sx3ek7AEtx"
|
||||
6
docs/en/cli/airtable/DeleteRecords/bat.txt
vendored
6
docs/en/cli/airtable/DeleteRecords/bat.txt
vendored
@@ -1,5 +1,5 @@
|
||||
oint airtable DeleteRecords ^
|
||||
--token "***" ^
|
||||
--base "appIH39OinhyyvpkN" ^
|
||||
--table "tblUfEq3vK9TJtKlt" ^
|
||||
--records "reckhUa13vd27vkog"
|
||||
--base "appoZGUxvqRPTdrJq" ^
|
||||
--table "tblW2WAxexmf0an6X" ^
|
||||
--records "recFrS5Sx3ek7AEtx"
|
||||
8
docs/en/cli/airtable/EditComment/bash.txt
vendored
8
docs/en/cli/airtable/EditComment/bash.txt
vendored
@@ -1,7 +1,7 @@
|
||||
oint airtable EditComment \
|
||||
--token "***" \
|
||||
--base "appIH39OinhyyvpkN" \
|
||||
--table "tblUfEq3vK9TJtKlt" \
|
||||
--record "reckhUa13vd27vkog" \
|
||||
--comment "comZLqhJFeUQXd2Li" \
|
||||
--base "appoZGUxvqRPTdrJq" \
|
||||
--table "tblW2WAxexmf0an6X" \
|
||||
--record "recFrS5Sx3ek7AEtx" \
|
||||
--comment "commdMEZtVdd6jY8C" \
|
||||
--text "Test comment (change.)"
|
||||
8
docs/en/cli/airtable/EditComment/bat.txt
vendored
8
docs/en/cli/airtable/EditComment/bat.txt
vendored
@@ -1,7 +1,7 @@
|
||||
oint airtable EditComment ^
|
||||
--token "***" ^
|
||||
--base "appIH39OinhyyvpkN" ^
|
||||
--table "tblUfEq3vK9TJtKlt" ^
|
||||
--record "reckhUa13vd27vkog" ^
|
||||
--comment "comZLqhJFeUQXd2Li" ^
|
||||
--base "appoZGUxvqRPTdrJq" ^
|
||||
--table "tblW2WAxexmf0an6X" ^
|
||||
--record "recFrS5Sx3ek7AEtx" ^
|
||||
--comment "commdMEZtVdd6jY8C" ^
|
||||
--text "Test comment (change.)"
|
||||
6
docs/en/cli/airtable/GetComments/bash.txt
vendored
6
docs/en/cli/airtable/GetComments/bash.txt
vendored
@@ -1,5 +1,5 @@
|
||||
oint airtable GetComments \
|
||||
--token "***" \
|
||||
--base "appIH39OinhyyvpkN" \
|
||||
--table "tblUfEq3vK9TJtKlt" \
|
||||
--record "reckhUa13vd27vkog"
|
||||
--base "appoZGUxvqRPTdrJq" \
|
||||
--table "tblW2WAxexmf0an6X" \
|
||||
--record "recFrS5Sx3ek7AEtx"
|
||||
6
docs/en/cli/airtable/GetComments/bat.txt
vendored
6
docs/en/cli/airtable/GetComments/bat.txt
vendored
@@ -1,5 +1,5 @@
|
||||
oint airtable GetComments ^
|
||||
--token "***" ^
|
||||
--base "appIH39OinhyyvpkN" ^
|
||||
--table "tblUfEq3vK9TJtKlt" ^
|
||||
--record "reckhUa13vd27vkog"
|
||||
--base "appoZGUxvqRPTdrJq" ^
|
||||
--table "tblW2WAxexmf0an6X" ^
|
||||
--record "recFrS5Sx3ek7AEtx"
|
||||
@@ -1,3 +1,3 @@
|
||||
oint airtable GetDatabaseTables \
|
||||
--token "***" \
|
||||
--base "appIH39OinhyyvpkN"
|
||||
--base "appoZGUxvqRPTdrJq"
|
||||
@@ -1,3 +1,3 @@
|
||||
oint airtable GetDatabaseTables ^
|
||||
--token "***" ^
|
||||
--base "appIH39OinhyyvpkN"
|
||||
--base "appoZGUxvqRPTdrJq"
|
||||
@@ -1,4 +1,4 @@
|
||||
oint airtable GetListOfRecords \
|
||||
--token "***" \
|
||||
--base "appIH39OinhyyvpkN" \
|
||||
--table "tblUfEq3vK9TJtKlt"
|
||||
--base "appoZGUxvqRPTdrJq" \
|
||||
--table "tblW2WAxexmf0an6X"
|
||||
@@ -1,4 +1,4 @@
|
||||
oint airtable GetListOfRecords ^
|
||||
--token "***" ^
|
||||
--base "appIH39OinhyyvpkN" ^
|
||||
--table "tblUfEq3vK9TJtKlt"
|
||||
--base "appoZGUxvqRPTdrJq" ^
|
||||
--table "tblW2WAxexmf0an6X"
|
||||
2
docs/en/cli/airtable/GetNumberField/bash.txt
vendored
2
docs/en/cli/airtable/GetNumberField/bash.txt
vendored
@@ -1,2 +1,2 @@
|
||||
oint airtable GetNumberField \
|
||||
--title "e71a4725-6f02-4cbe-b884-7925d8328b43"
|
||||
--title "2ab39752-b327-47a8-9f69-44d027120410"
|
||||
2
docs/en/cli/airtable/GetNumberField/bat.txt
vendored
2
docs/en/cli/airtable/GetNumberField/bat.txt
vendored
@@ -1,2 +1,2 @@
|
||||
oint airtable GetNumberField ^
|
||||
--title "e71a4725-6f02-4cbe-b884-7925d8328b43"
|
||||
--title "2ab39752-b327-47a8-9f69-44d027120410"
|
||||
6
docs/en/cli/airtable/GetRecord/bash.txt
vendored
6
docs/en/cli/airtable/GetRecord/bash.txt
vendored
@@ -1,5 +1,5 @@
|
||||
oint airtable GetRecord \
|
||||
--token "***" \
|
||||
--base "appIH39OinhyyvpkN" \
|
||||
--table "tblUfEq3vK9TJtKlt" \
|
||||
--record "reckhUa13vd27vkog"
|
||||
--base "appoZGUxvqRPTdrJq" \
|
||||
--table "tblW2WAxexmf0an6X" \
|
||||
--record "recFrS5Sx3ek7AEtx"
|
||||
6
docs/en/cli/airtable/GetRecord/bat.txt
vendored
6
docs/en/cli/airtable/GetRecord/bat.txt
vendored
@@ -1,5 +1,5 @@
|
||||
oint airtable GetRecord ^
|
||||
--token "***" ^
|
||||
--base "appIH39OinhyyvpkN" ^
|
||||
--table "tblUfEq3vK9TJtKlt" ^
|
||||
--record "reckhUa13vd27vkog"
|
||||
--base "appoZGUxvqRPTdrJq" ^
|
||||
--table "tblW2WAxexmf0an6X" ^
|
||||
--record "recFrS5Sx3ek7AEtx"
|
||||
8
docs/en/cli/airtable/ModifyField/bash.txt
vendored
8
docs/en/cli/airtable/ModifyField/bash.txt
vendored
@@ -1,7 +1,7 @@
|
||||
oint airtable ModifyField \
|
||||
--token "***" \
|
||||
--base "appIH39OinhyyvpkN" \
|
||||
--table "tblUfEq3vK9TJtKlt" \
|
||||
--field "fldaGm2pKJnV3EGoa" \
|
||||
--title "c267cfb7-afe9-4f64-9eb4-f6e6875690e8(change.)" \
|
||||
--base "appoZGUxvqRPTdrJq" \
|
||||
--table "tblW2WAxexmf0an6X" \
|
||||
--field "fldcrB4Tb4seMC7Ps" \
|
||||
--title "51c2f44f-7be4-4fed-b862-f8c04786e0d6(change.)" \
|
||||
--description "New description"
|
||||
8
docs/en/cli/airtable/ModifyField/bat.txt
vendored
8
docs/en/cli/airtable/ModifyField/bat.txt
vendored
@@ -1,7 +1,7 @@
|
||||
oint airtable ModifyField ^
|
||||
--token "***" ^
|
||||
--base "appIH39OinhyyvpkN" ^
|
||||
--table "tblUfEq3vK9TJtKlt" ^
|
||||
--field "fldaGm2pKJnV3EGoa" ^
|
||||
--title "c267cfb7-afe9-4f64-9eb4-f6e6875690e8(change.)" ^
|
||||
--base "appoZGUxvqRPTdrJq" ^
|
||||
--table "tblW2WAxexmf0an6X" ^
|
||||
--field "fldcrB4Tb4seMC7Ps" ^
|
||||
--title "51c2f44f-7be4-4fed-b862-f8c04786e0d6(change.)" ^
|
||||
--description "New description"
|
||||
4
docs/en/cli/airtable/ModifyTable/bash.txt
vendored
4
docs/en/cli/airtable/ModifyTable/bash.txt
vendored
@@ -1,6 +1,6 @@
|
||||
oint airtable ModifyTable \
|
||||
--token "***" \
|
||||
--base "appIH39OinhyyvpkN" \
|
||||
--table "tblUfEq3vK9TJtKlt" \
|
||||
--base "appoZGUxvqRPTdrJq" \
|
||||
--table "tblW2WAxexmf0an6X" \
|
||||
--title "Test table 2 (change.)" \
|
||||
--description "New table (change.)"
|
||||
4
docs/en/cli/airtable/ModifyTable/bat.txt
vendored
4
docs/en/cli/airtable/ModifyTable/bat.txt
vendored
@@ -1,6 +1,6 @@
|
||||
oint airtable ModifyTable ^
|
||||
--token "***" ^
|
||||
--base "appIH39OinhyyvpkN" ^
|
||||
--table "tblUfEq3vK9TJtKlt" ^
|
||||
--base "appoZGUxvqRPTdrJq" ^
|
||||
--table "tblW2WAxexmf0an6X" ^
|
||||
--title "Test table 2 (change.)" ^
|
||||
--description "New table (change.)"
|
||||
Reference in New Issue
Block a user