---
title: "Refresh a contentlet"
method: PUT
path: "/api/v1/content/_refresh/{identifierOrInode}"
tags: ["Content"]
---

# Refresh a contentlet

`PUT /api/v1/content/_refresh/{identifierOrInode}`

Reindexes and clears cache for the contentlet specified by its identifier or inode. This operation forces the content to be refreshed in both the search index and application cache.

## Path parameters

- `identifierOrInode` string, required

## Query parameters

- `language` string

## Response `200`

Successfully refreshed contentlet

- ResponseEntityBooleanView
  - `errors` ErrorEntity[]
    - `errorCode` string
    - `message` string
    - `fieldName` string
  - `entity` boolean
  - `messages` MessageEntity[]
    - `message` string
  - `i18nMessagesMap` object
  - `permissions` string[]
  - `pagination` Pagination
    - `currentPage` integer
    - `perPage` integer
    - `totalEntries` integer

## Other responses

- `400` — Bad request - Invalid identifier format
- `401` — Unauthorized - User not authenticated
- `403` — Forbidden - User lacks write permissions
- `404` — Content not found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/jostens/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/jostens/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jostens/dotcms-rest-api/revisions/a088fe9f515c/schema)
