---
title: "Mark Resource As Read"
method: PATCH
path: "/api/dream-goal/resource/{resource_id}"
tags: ["dream-goal"]
---

# Mark Resource As Read

`PATCH /api/dream-goal/resource/{resource_id}`

Mark a dream goal resource as read.

This endpoint allows users to mark specific resources as read, which:
- Updates the resource status in the database
- Provides clear feedback on the operation result

Args:
    resource_id: Unique identifier of the resource to mark as read

Returns:
    Dictionary with success status and descriptive message

## Path parameters

- `resource_id` integer, required

## Headers

- `x-user-id` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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