---
title: "POST /folder-update"
method: POST
path: "/folder-update"
tags: ["v2"]
---

# POST /folder-update

`POST /folder-update`

## Request body

- FolderUpdate — folderUpdate is a command that updates folder
  - `accessibility` string — for personal password manager
  - `add-tag` string[] — List of the new tags that will be attached to this folder
  - `delete_protection` string — Protection from accidental deletion of this object [true/false]
  - `description` string — Description of the object
  - `json` boolean — Set output format to JSON
  - `name` string, required — Folder name
  - `rm-tag` string[] — List of the existent tags that will be removed from this folder
  - `token` string — Authentication token (see `/auth` and `/configure`)
  - `type` string
  - `uid-token` string — The universal identity token, Required only for universal_identity authentication

## Response `201`

folderUpdateResponse wraps response body.

- FolderUpdateOutput

## Other responses

- `default` — errorResponse wraps any error to return it as a JSON object with one "error" field.

---

[API](https://skmtc.net/akeyless/apis/akeyless-api.md) · [All operations](https://skmtc.net/akeyless/apis/akeyless-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akeyless/akeyless-api/versions/0ceb25634501/schema)
