PUT /api/v1/edit/clear
Clear the edit.

Metadata

- Authentication: The user must be authenticated to perform this action.
- X-PAM-CLIENT: Required HTTP header set by FsClient. If present, it means that FsClient
    (not a browser) is connecting to the application.
- X-PAM-EDIT: Required HTTP header set by FsClient. It contains the edit name.

GET /api/v1/edit/status
Display status of the current edit.

Metadata

- Authentication: The user must be authenticated to perform this action.