Update a Filer

Update the Filer's settings with the given body.

SecurityAuthToken
Request
path Parameters
filer_serial
required
string

Filer object identifier

Request Body schema: application/json
required
description
string

The Filer's description.

object

Settings that are associated with this Filer.

Responses
202

Accepted - Filer has been sent a message

400

Validation error

401

Authentication failure

404

Resource not found

405

Method not allowed

429

Request throttled

patch/filers/{filer_serial}/
Request samples
application/json
{
  • "description": "string",
  • "settings": {
    }
}
Response samples
application/json
{
  • "message": {
    }
}
Copyright © 2025 Nasuni Corporation. All rights reserved.