---
title: "Update featured docs for a Pack"
method: PUT
path: "/packs/{packId}/featuredDocs"
tags: ["Packs"]
---

# Update featured docs for a Pack

`PUT /packs/{packId}/featuredDocs`

Create or replace the featured docs for a Pack.

## Path parameters

- `packId` integer, required

## Request body

- UpdatePackFeaturedDocsRequest — Payload for updating featured docs for a Pack.
  - `items` PackFeaturedDocRequestItem[], required — A list of docs to set as the featured docs for a Pack.
    - `url` string, required — A URL to a doc.
    - `isPinned` boolean — Whether or not the current doc should be pinned.

## Response `200`

Update Pack's featured docs success response

- UpdatePackFeaturedDocsResponse — Confirmation of successful Pack featured docs update.

## Other responses

- `400` — The request parameters did not conform to expectations.
- `401` — The API token is invalid or has expired.
- `403` — The API token does not grant access to this resource.
- `404` — The resource could not be located with the current API token.
- `429` — The client has sent too many requests.

---

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