1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-06-15 00:15:19 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-01-06 01:09:55 +03:00
parent fcff04fdd7
commit d25f75934e
10 changed files with 6141 additions and 6141 deletions

View File

@ -25,7 +25,7 @@ import TabItem from '@theme/TabItem';
<br/>
:::tip
Available parameter types: String, Number, Date, Boolean, BinaryData. Binary data can also be passed as a `{'blob':&lt;File path&gt;}` structure. Binary data (BLOB) values are returned as `{'blob':&lt;Base64 string&gt;}
Available parameter types: String, Number, Date, Boolean, BinaryData. Binary data can also be passed as a `{'blob':File path}` structure. Binary data (BLOB) values are returned as `{'blob':Base64 string}
Without specifying the `ForcifyResult` flag, result data is returned only for queries beginning with `SELECT` keyword For other queries, `result:true` or `false` with error text is returned
:::