---
title: "Change depth of a book block"
method: PUT
path: "/api/notebooks/{notebook}/book/blocks/{bookBlock}/depth"
tags: ["notebook-books-controller"]
---

# Change depth of a book block

`PUT /api/notebooks/{notebook}/book/blocks/{bookBlock}/depth`

## Path parameters

- `notebook` integer, required
- `bookBlock` integer, required

## Request body

- BookBlockDepthRequestFull
  - `direction` 'INDENT' | 'OUTDENT', required

## Response `200`

OK

---

[API](https://skmtc.net/nerds-odd-e/apis/openapi-definition.md) · [All operations](https://skmtc.net/nerds-odd-e/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nerds-odd-e/openapi-definition/versions/f04215d476a6/schema)
