Skip to content

Commit 320425a

Browse files
committed
update doc
1 parent 0825103 commit 320425a

1 file changed

Lines changed: 5 additions & 15 deletions

File tree

apiary.apib

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6116,7 +6116,7 @@ the HTTP 400 response code is returned.
61166116
"uuid": "01958f48-b1fc-7f05-b9b9-8a4a7b385bc3"
61176117
}
61186118
6119-
### Events list [GET /v2/storage/events?sinceId={sinceId}&maxId={maxId}&component={component}&configurationId={configurationId}&runId={runId}&q={q}&limit={limit}&offset={offset}&forceUuid={forceUuid}]
6119+
### Events list [GET /v2/storage/events?sinceId={sinceId}&maxId={maxId}&component={component}&configurationId={configurationId}&runId={runId}&q={q}&limit={limit}&offset={offset}]
61206120
For admin tokens will endpoint lists all events in the project. For non-admin tokens will list only events created by the token.
61216121
61226122
+ Parameters
@@ -6130,8 +6130,6 @@ For admin tokens will endpoint lists all events in the project. For non-admin to
61306130
+ Default: 100
61316131
+ offset (optional, number) - Pagination offset
61326132
+ Default: 0
6133-
+ forceUuid (optional, boolean) - If true events are ordered by uuid not by id, this will be default behavior in the future
6134-
+ Default: false
61356133
61366134
+ Request
61376135
+ Headers
@@ -6141,7 +6139,7 @@ For admin tokens will endpoint lists all events in the project. For non-admin to
61416139
+ Response 200 (application/json)
61426140
+ Attributes (array[Event])
61436141
6144-
### Development Branch Events list [GET /v2/storage/branch/{branch_id}/events?sinceId={sinceId}&maxId={maxId}&component={component}&configurationId={configurationId}&runId={runId}&q={q}&limit={limit}&offset={offset}&forceUuid={forceUuid}]
6142+
### Development Branch Events list [GET /v2/storage/branch/{branch_id}/events?sinceId={sinceId}&maxId={maxId}&component={component}&configurationId={configurationId}&runId={runId}&q={q}&limit={limit}&offset={offset}]
61456143
For admin tokens will endpoint lists all events in the project for [Development Branch](#reference/development-branches). For non-admin tokens will list only events created by the token in branch.
61466144
61476145
+ Parameters
@@ -6156,8 +6154,6 @@ For admin tokens will endpoint lists all events in the project for [Development
61566154
+ Default: 100
61576155
+ offset (optional, number) - Pagination offset
61586156
+ Default: 0
6159-
+ forceUuid (optional, boolean) - If true events are ordered by uuid not by id, this will be default behavior in the future
6160-
+ Default: false
61616157
61626158
+ Request
61636159
+ Headers
@@ -6198,7 +6194,7 @@ Obtains information about a event for [Development Branch](#reference/developmen
61986194
+ Attributes (Event)
61996195
62006196
6201-
## List Bucket Events [/v2/storage/buckets/{bucket_id}/events?sinceId={sinceId}&maxId={maxId}&component={component}&configurationId={configurationId}&runId={runId}&q={q}&limit={limit}&offset={offset}&forceUuid={forceUuid}]
6197+
## List Bucket Events [/v2/storage/buckets/{bucket_id}/events?sinceId={sinceId}&maxId={maxId}&component={component}&configurationId={configurationId}&runId={runId}&q={q}&limit={limit}&offset={offset}]
62026198
### Bucket events list [GET]
62036199
Lists all events associated with a particular bucket.
62046200
@@ -6213,8 +6209,6 @@ Lists all events associated with a particular bucket.
62136209
+ Default: 100
62146210
+ offset (optional, number) - Pagination offset
62156211
+ Default: 0
6216-
+ forceUuid (optional, boolean) - If true events are ordered by uuid not by id, this will be default behavior in the future
6217-
+ Default: false
62186212
62196213
+ Request
62206214
+ Headers
@@ -6224,7 +6218,7 @@ Lists all events associated with a particular bucket.
62246218
+ Response 200 (application/json)
62256219
+ Attributes (array[Event])
62266220
6227-
## List Table Events [/v2/storage/tables/{table_id}/events?sinceId={sinceId}&maxId={maxId}&component={component}&configurationId={configurationId}&runId={runId}&q={q}&limit={limit}&offset={offset}&forceUuid={forceUuid}]
6221+
## List Table Events [/v2/storage/tables/{table_id}/events?sinceId={sinceId}&maxId={maxId}&component={component}&configurationId={configurationId}&runId={runId}&q={q}&limit={limit}&offset={offset}]
62286222
### Table events list [GET]
62296223
Lists all events associated with a particular table.
62306224
@@ -6239,8 +6233,6 @@ Lists all events associated with a particular table.
62396233
+ Default: 100
62406234
+ offset (optional, number) - Pagination offset
62416235
+ Default: 0
6242-
+ forceUuid (optional, boolean) - If true events are ordered by uuid not by id, this will be default behavior in the future
6243-
+ Default: false
62446236
62456237
+ Request
62466238
+ Headers
@@ -6250,7 +6242,7 @@ Lists all events associated with a particular table.
62506242
+ Response 200 (application/json)
62516243
+ Attributes (array[Event])
62526244
6253-
## List Token Events [/v2/storage/tokens/{token_id}/events?sinceId={sinceId}&maxId={maxId}&component={component}&configurationId={configurationId}&runId={runId}&q={q}&limit={limit}&offset={offset}&forceUuid={forceUuid}]
6245+
## List Token Events [/v2/storage/tokens/{token_id}/events?sinceId={sinceId}&maxId={maxId}&component={component}&configurationId={configurationId}&runId={runId}&q={q}&limit={limit}&offset={offset}]
62546246
### Token events list [GET]
62556247
Lists all events associated with a particular token.
62566248
@@ -6265,8 +6257,6 @@ Lists all events associated with a particular token.
62656257
+ Default: 100
62666258
+ offset (optional, number) - Pagination offset
62676259
+ Default: 0
6268-
+ forceUuid (optional, boolean) - If true events are ordered by uuid not by id, this will be default behavior in the future
6269-
+ Default: false
62706260
62716261
+ Request
62726262
+ Headers

0 commit comments

Comments
 (0)