Skip to content

Commit 964fcc8

Browse files
committed
doc(buckets): Add missing scheduled task reference to bucket detail
- DMD-197
1 parent ebaa1d7 commit 964fcc8

1 file changed

Lines changed: 18 additions & 8 deletions

File tree

apiary.apib

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,13 +1345,23 @@ Obtains information about a bucket.
13451345
}
13461346
],
13471347
"metadata": [
1348-
{
1349-
"id": "206180828",
1350-
"key": "KBC.createdBy.component.id",
1351-
"value": "keboola.ex-db-snowflake",
1352-
"provider": "user",
1353-
"timestamp": "2019-08-12T14:36:08+0200"
1354-
}
1348+
{
1349+
"id": "206180828",
1350+
"key": "KBC.createdBy.component.id",
1351+
"value": "keboola.ex-db-snowflake",
1352+
"provider": "user",
1353+
"timestamp": "2019-08-12T14:36:08+0200"
1354+
}
1355+
],
1356+
"scheduledTasks": [
1357+
{
1358+
"uuid": "0197e22b-379d-7c62-bc6d-88e50c3d0c75",
1359+
"job": "bucketRefresh",
1360+
"relatedEntity": "bucket",
1361+
"relatedId": "in.c-ga",
1362+
"cronExpression": "32 16 * * *",
1363+
"createdAt": "2025-07-14T00:13:00+02:00"
1364+
}
13551365
],
13561366
"owner": {
13571367
"id": 123,
@@ -1521,7 +1531,7 @@ Schedule external bucket refresh to given time or repeating period defined by cr
15211531

15221532
+ Body
15231533

1524-
{
1534+
{
15251535
"uuid": "0197e22b-379d-7c62-bc6d-88e50c3d0c75",
15261536
"job": "bucketRefresh",
15271537
"relatedEntity": "bucket",

0 commit comments

Comments
 (0)