Update shared collection

Updates a shared collection. A shared collection can only be updated by the current owner or an administrator.

This request creates an asynchronous job in Tenable Vulnerability Management. You can query the status of the job with the Get job status endpoint.

Note: To remove a user or group from a shared collection, update the permission to REMOVE_USER.

Requires the Scan Operator [24] user role and the CAN_EDIT shared collections permission. Alternatively, requires the VM.VM_SCAN.VM_SCAN_SHARED_COLLECTION.EDIT custom role privilege. See Roles and Permissions.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The uuid of the shared collection to update.

Body Params
string
required

A name for the shared collection. Names cannot exceed 100 characters.

string

A description for shared collection. Descriptions cannot exceed 1,000 characters.

acl
array of objects
required
acl*
Responses

400

Returned if your request specified invalid parameters or if your request was improperly formatted. For example:

  • Missing name parameter or acl object.
  • The name or description parameters exceed the character limit.
  • The specified name already exists.
  • Trying to assign more than one permission to the same user.
  • The acl object is missing the type property or more than one OWNER permission is specified.
  • Trying to assign the OWNER permission to a GROUP type.
  • Invalid acl.permission, acl.type, or acl.uuid.
403

Returned if you do not have permission to update the shared collection.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json