---
title: "Add or remove entities in folder"
method: PATCH
path: "/folders/{folderId}"
tags: ["Folder API:Folders"]
---

# Add or remove entities in folder

`PATCH /folders/{folderId}`

Allows bulk adding or removing of entities (jobs, candidates, applications, placements, companies and contacts) for a specific folder

## Path parameters

- `folderId` integer, required

## Request body

- Operation[]
  - `op` 'Add' | 'Remove', string
  - `path` string, nullable — Single entity path to address, e.g. /jobs, /candidates, /applications, /placements, /companies or /contacts
  - `value` integer[], nullable — Comma separated entitiy ids, e.g. 1000, 1001, 1002

## Response `204`

NoContent

## Other responses

- `404` — Specified folder was not found
- `422` — Validation error

---

[API](https://skmtc.net/jobadder/apis/jobadder-api.md) · [All operations](https://skmtc.net/jobadder/apis/jobadder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jobadder/jobadder-api/revisions/9f43f6a6ee6e/schema)
