GET /api/v1/retention/config
Get the soft-delete retention window configuration.
Response
Response 200 (application/json)
{
"retentionMs": 0
}Soft-delete / retention window configuration.
/api/v1/retention/configGet the soft-delete retention window configuration.
{
"retentionMs": 0
}/api/v1/retention/configUpdate the soft-delete retention window configuration.
{
"retentionMs": 0
}{
"retentionMs": 0
}