# Partially update a workset

Partially updates the content items, content types, and taxonomies that make up a particular workset using the following JSON Patch operations: add, remove, replace, move, copy, and test.

Endpoint: PATCH /api/v2/cm/branches/{branchId}/worksets/{worksetId}
Version: v2.0
Security: OAuth2.0

## Path parameters:

  - `branchId` (string, required)
    TThe ID of the branch, for example prod.

  - `worksetId` (string, required)
    The unique identifier of the workset.

## Request fields (application/json-patch+json):

  - `value` (object,null)

  - `path` (string,null)

  - `op` (string,null)

  - `from` (string,null)

## Response 400 fields (application/json):

  - `type` (string,null)

  - `title` (string,null)

  - `status` (integer,null)

  - `detail` (string,null)

  - `instance` (string,null)


## Response 204 fields

## Response 401 fields

## Response 403 fields

## Response 500 fields
