1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-06-17 16:20:59 +03:00
parent 6da67d8cd4
commit 04651e1f97
1342 changed files with 12494 additions and 11403 deletions

View File

@@ -132,4 +132,21 @@ Without specifying the `ForcifyResult` flag, result data is returned only for qu
</Tabs>
```json title="Result"
{
"data": [
{
"age": 25,
"created_at": "2025-06-16",
"data": {
"BYTEA": "Base64"
},
"id": 1,
"is_active": true,
"name": "Vitaly",
"salary": 1000.11999511719
}
],
"result": true
}
```