Skip to content

Update logAdminViewer/deleteFiles to use a POST w/JSON bodyย #470

@amcclain

Description

@amcclain

This endpoint takes filenames to be deleted as a param via params.list('filenames')

If deleting a large number of log files, the generated URL query string overflows and you get an error about instanceId not found (which I believe is only b/c that param gets clipped).

We should issue this command - and any similar - as a POST w/JSON body. Will require Hoist React update to use XH.postJson() and then here in the controller read via parseRequestJSON()

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