> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/release-notes/jp/backend/backend-api/backend-api-18.1.6.1.md).

# バックエンドAPI 18.1.6.1

## 改善点

* ユーザーのロール割り当て時に遅延を引き起こす可能性のある低速な処理を最適化し、サーバーのパフォーマンスを改善。
* 階層型共有フォルダのサブフォルダ共有を修正し、新しいサブフォルダが親フォルダからチームの共有権限を正しく継承するよう改善。
* サブフォルダのフォルダ共有状態がライブ同期で正しく反映されるよう改善。

## バグ修正

* **KA-8905:** 同期操作時にサブフォルダの共有状態が送信されない不具合を修正。これにより、すべてのサブフォルダの共有状態がクライアントへ正しく同期されます。
* **KA-9136:** ユーザーのロール割り当て時に時間のかかる処理が不要な遅延を引き起こしていた不具合を修正。該当処理を最適化し、クリティカルパス外へ移動しました。
* **KA-9137:** エンタープライズキーペアの設定処理が誤って400エラーを返し、管理者がキーペア構成を完了できない不具合を修正。
* **KA-9140:** チーム共有フォルダ内に作成した新しい階層型共有フォルダのサブフォルダが、親フォルダのチーム共有権限を継承しない不具合を修正。親フォルダで権限継承が有効な場合、サブフォルダにもチームのアクセス権が正しく継承されるようになりました。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/release-notes/jp/backend/backend-api/backend-api-18.1.6.1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
