Skip to content

A new endpoint that restores a 'soft-deleted object' or 'makes a specific version current' #42

@TimCsaky

Description

@TimCsaky

Currently, to restore a a soft-deleted object using COMS you call:
DELETE /object/<object ID>/?versionId={version ID of Delete marker}
You are deleting the delete-marker version. This is the S3 way

But you need to know the delete-marker version ID.
And maybe you want to restore a different version, not just the last active version.

Maybe COMS could have an API endpoint that makes it easier
something like:
/object/<object ID>/restore?versionId={version ID}

Give a thumbs up if you agree.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions