From 2bb0b830423a0219417501415a6900bb8334e66e Mon Sep 17 00:00:00 2001 From: jellejurre <76777936+jellejurre@users.noreply.github.com> Date: Mon, 20 Jan 2025 23:31:13 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20vrchatap?= =?UTF-8?q?i/specification@7f51416ecf92e98668161de0170627cf0cd33b93=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/openapi.yaml | 29 ++++++++++++++++++++++++++++- openapi.yaml | 29 ++++++++++++++++++++++++++++- 2 files changed, 56 insertions(+), 2 deletions(-) diff --git a/dist/openapi.yaml b/dist/openapi.yaml index e7ee2a80..19f953d9 100644 --- a/dist/openapi.yaml +++ b/dist/openapi.yaml @@ -1669,6 +1669,9 @@ paths: - $ref: '#/components/parameters/offset' - $ref: '#/components/parameters/startDate' - $ref: '#/components/parameters/endDate' + - $ref: '#/components/parameters/actorIds' + - $ref: '#/components/parameters/eventTypes' + - $ref: '#/components/parameters/targetIds' responses: '200': $ref: '#/components/responses/GroupAuditLogListResponse' @@ -6645,7 +6648,7 @@ components: actorDisplayName: type: string targetId: - description: Typically GroupID or GroupRoleID, but could be other types of IDs. + description: Typically a UserID, GroupID, GroupRoleID, or Location, but could be other types of IDs. type: string eventType: type: string @@ -11721,6 +11724,30 @@ components: type: string format: date-time description: The end date of the search range. + actorIds: + name: actorIds + in: query + required: false + schema: + type: string + example: usr_00000000-0000-0000-0000-000000000000,usr_11111111-1111-1111-1111-111111111111 + description: The comma-separated actor ids to search for. + eventTypes: + name: eventTypes + in: query + required: false + schema: + type: string + example: group.member.remove,group.instance.kick + description: The comma-separated event types to search for. + targetIds: + name: targetIds + in: query + required: false + schema: + type: string + example: usr_00000000-0000-0000-0000-000000000000,usr_11111111-1111-1111-1111-111111111111 + description: The comma-separated target ids to search for. groupGalleryId: name: groupGalleryId in: path diff --git a/openapi.yaml b/openapi.yaml index e7ee2a80..19f953d9 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1669,6 +1669,9 @@ paths: - $ref: '#/components/parameters/offset' - $ref: '#/components/parameters/startDate' - $ref: '#/components/parameters/endDate' + - $ref: '#/components/parameters/actorIds' + - $ref: '#/components/parameters/eventTypes' + - $ref: '#/components/parameters/targetIds' responses: '200': $ref: '#/components/responses/GroupAuditLogListResponse' @@ -6645,7 +6648,7 @@ components: actorDisplayName: type: string targetId: - description: Typically GroupID or GroupRoleID, but could be other types of IDs. + description: Typically a UserID, GroupID, GroupRoleID, or Location, but could be other types of IDs. type: string eventType: type: string @@ -11721,6 +11724,30 @@ components: type: string format: date-time description: The end date of the search range. + actorIds: + name: actorIds + in: query + required: false + schema: + type: string + example: usr_00000000-0000-0000-0000-000000000000,usr_11111111-1111-1111-1111-111111111111 + description: The comma-separated actor ids to search for. + eventTypes: + name: eventTypes + in: query + required: false + schema: + type: string + example: group.member.remove,group.instance.kick + description: The comma-separated event types to search for. + targetIds: + name: targetIds + in: query + required: false + schema: + type: string + example: usr_00000000-0000-0000-0000-000000000000,usr_11111111-1111-1111-1111-111111111111 + description: The comma-separated target ids to search for. groupGalleryId: name: groupGalleryId in: path