1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-11-11 22:11:22 +03:00
parent e6d7004aff
commit 2f65e68ce4
1428 changed files with 9552 additions and 8747 deletions
@@ -29,9 +29,9 @@ import TabItem from '@theme/TabItem';
```bsl title="Пример использования для 1С:Предприятие/OneScript"
Токен = "patNn4BXW66Yx3pdj.5b93c53cab554a8387de02d...";
База = "appRQjxHtGqgbEPGq";
Таблица = "tbl4NnuxPgicpsryE";
Запись = "reczfDU8L0il5q9H9";
База = "appL0hdxXVnQkbPVh";
Таблица = "tblEGswvf7vDCgFHd";
Запись = "recgu8nXPkSN45ubu";
Результат = OPI_Airtable.УдалитьЗаписи(Токен, База, Таблица, Запись);
```