-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include DeletionRequestID in WorkItemsView
- Loading branch information
Showing
5 changed files
with
64 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ openapi: 3.0.0 | |
info: | ||
title: APTrust Registry Member API | ||
description: Open API documentation for version 3 of the APTrust Member API. | ||
version: '3.0' | ||
version: '3.0.1' | ||
contact: | ||
email: "[email protected]" | ||
license: | ||
|
@@ -800,6 +800,11 @@ components: | |
type: string | ||
format: date-time | ||
description: The date and time of last known activity on this work item. This timestamp may change several times during multipart processes such as ingest. | ||
deletion_request_id: | ||
type: integer | ||
format: int64 | ||
description: The ID of the file or object deletion request related to this item. This will be null for all actions other than Delete. | ||
nullable: false | ||
etag: | ||
type: string | ||
description: The etag of tar file uploaded for ingest. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters