From 7a329fae3d15df4c3e24659c2c89b3885a058952 Mon Sep 17 00:00:00 2001 From: Kathleen Tuite Date: Thu, 26 Sep 2024 09:15:26 -0700 Subject: [PATCH] Add additional server audit log events to list --- docs/api.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api.yaml b/docs/api.yaml index b8ea8c774..aa3ef4693 100644 --- a/docs/api.yaml +++ b/docs/api.yaml @@ -855,6 +855,7 @@ tags: * `submission.delete` when a Submission is soft-deleted. * `submission.purge` when soft-deleted Submissions are purged. * `submission.restore` when a Submission is restored. + * `submission.reprocess` when an Entity Submission is held in a processing backlog and then removed. * `dataset.create` when a Dataset is created. * `dataset.update` when a Dataset is updated. * `dataset.update.publish` when a Dataset is published. @@ -865,6 +866,8 @@ tags: * `entity.delete` when an Entity is deleted. * `config.set` when a system configuration is set. * `analytics` when a Usage Report is attempted. + * `blobs.s3.upload` when blobs are moved from the database to external storage. + * `blobs.s3.failed-to-pending` when blobs that failed to upload are reset to the pending state to be retried. * Deprecated: `backup` when a backup operation is attempted for Google Drive backups. - name: Direct Backup x-parent-tag: System Endpoints