ledger.v2

Restore bucket

Restore a deleted bucket by unmarking all ledgers in the bucket as deleted. All ledgers in the bucket will have their deleted_at field set to NULL.

post/v2/_/buckets/{bucket}/restore

Response

Bucket restored

Changes

Changed in 2 of the 53 revisions of this API.41

    • added the new SCHEMA_ALREADY_EXISTS enum value to the errorCode response property for the response status 404

      response-property-enum-value-added

    • added the new SCHEMA_ALREADY_EXISTS enum value to the errorCode response property for the response status default

      response-property-enum-value-added

    • added the new SCHEMA_NOT_SPECIFIED enum value to the errorCode response property for the response status 404

      response-property-enum-value-added

    • added the new SCHEMA_NOT_SPECIFIED enum value to the errorCode response property for the response status default

      response-property-enum-value-added

    • endpoint added

      endpoint-added