1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-23 22:05:15 +02:00
Files
OpenIntegrations/docs/en/examples/Airtable/EditComment.txt
Vitaly the Alpaca (bot) cdef2d02ab Main build (Jenkins)
2025-10-21 21:43:05 +03:00

9 lines
327 B
Plaintext
Vendored

Token = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
Base = "appBEgfZnOQXjj4V4";
Table = "tbl7VjtIddrXmaoTW";
Record = "recpdqZnlnYsyU6Zy";
Comment = "comFDVcohbtV9EeA6";
Text = "Test comment (change.)";
Result = OPI_Airtable.EditComment(Token, Base, Table, Record, Comment, Text);