Skip to content

Commit f62e8a9

Browse files
committed
ci: Generate docs
1 parent fe275a4 commit f62e8a9

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

docs/api/_blueprint.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41517,6 +41517,20 @@
4151741517
"jsonType": "array",
4151841518
"itemFormat": "id"
4151941519
},
41520+
{
41521+
"name": "acs_entrance_id",
41522+
"description": "ID of the ACS entrance for which you want to list events.",
41523+
"isRequired": false,
41524+
"isDeprecated": false,
41525+
"deprecationMessage": "",
41526+
"isUndocumented": false,
41527+
"undocumentedMessage": "",
41528+
"isDraft": false,
41529+
"draftMessage": "",
41530+
"hasDefault": false,
41531+
"format": "id",
41532+
"jsonType": "string"
41533+
},
4152041534
{
4152141535
"name": "acs_system_id",
4152241536
"description": "ID of the access system for which you want to list events.",
@@ -41546,6 +41560,20 @@
4154641560
"jsonType": "array",
4154741561
"itemFormat": "id"
4154841562
},
41563+
{
41564+
"name": "acs_user_id",
41565+
"description": "ID of the ACS user for which you want to list events.",
41566+
"isRequired": false,
41567+
"isDeprecated": false,
41568+
"deprecationMessage": "",
41569+
"isUndocumented": false,
41570+
"undocumentedMessage": "",
41571+
"isDraft": false,
41572+
"draftMessage": "",
41573+
"hasDefault": false,
41574+
"format": "id",
41575+
"jsonType": "string"
41576+
},
4154941577
{
4155041578
"name": "between",
4155141579
"description": "Lower and upper timestamps to define an exclusive interval containing the events that you want to list. You must include `since` or `between`.",
@@ -43583,6 +43611,20 @@
4358343611
"hasDefault": false,
4358443612
"format": "number",
4358543613
"jsonType": "number"
43614+
},
43615+
{
43616+
"name": "user_identity_id",
43617+
"description": "ID of the user identity for which you want to list events.",
43618+
"isRequired": false,
43619+
"isDeprecated": false,
43620+
"deprecationMessage": "",
43621+
"isUndocumented": false,
43622+
"undocumentedMessage": "",
43623+
"isDraft": false,
43624+
"draftMessage": "",
43625+
"hasDefault": false,
43626+
"format": "id",
43627+
"jsonType": "string"
4358643628
}
4358743629
]
4358843630
},

docs/api/events/list.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,12 @@ IDs of the access codes for which you want to list events.
233233

234234
---
235235

236+
**`acs_entrance_id`** *String*
237+
238+
ID of the ACS entrance for which you want to list events.
239+
240+
---
241+
236242
**`acs_system_id`** *String*
237243

238244
ID of the access system for which you want to list events.
@@ -245,6 +251,12 @@ IDs of the access systems for which you want to list events.
245251

246252
---
247253

254+
**`acs_user_id`** *String*
255+
256+
ID of the ACS user for which you want to list events.
257+
258+
---
259+
248260
**`between`** *Array* *of Objects*
249261

250262
Lower and upper timestamps to define an exclusive interval containing the events that you want to list. You must include `since` or `between`.
@@ -416,6 +428,12 @@ Offset for the events that you want to list.
416428

417429
---
418430

431+
**`user_identity_id`** *String*
432+
433+
ID of the user identity for which you want to list events.
434+
435+
---
436+
419437

420438
## Response
421439

0 commit comments

Comments
 (0)