---
title: "Patch Stamps"
method: PATCH
path: "/ceramic-cache/stamps/bulk"
---

# Patch Stamps

`PATCH /ceramic-cache/stamps/bulk`

## Request body

- CacheStampPayload[]
  - `address` string, nullable
  - `provider` string, required
  - `stamp` unknown

## Response `200`

OK

- GetStampsWithInternalV2ScoreResponse — Internal response that includes stamps and score with human points data
  - `success` boolean, required
  - `stamps` CachedStampResponse[], required
    - `id` integer, required
    - `address` string, required
    - `provider` string, required
    - `stamp` unknown, required
  - `score` InternalV2ScoreResponse, required — Internal score response that includes human points data when available
    - `address` string, required
    - `score` union, required
      - number
      - string
    - `passing_score` boolean, required
    - `last_score_timestamp` string, nullable, required
    - `expiration_timestamp` string, nullable, required
    - `threshold` union, required
      - number
      - string
    - `error` string, nullable, required
    - `stamps` object, nullable, required
    - `points_data` PointsData
      - `total_points` integer, required
      - `is_eligible` boolean, required
      - `multiplier` integer, required
      - `breakdown` object, required
    - `possible_points_data` PointsData
      - `total_points` integer, required
      - `is_eligible` boolean, required
      - `multiplier` integer, required
      - `breakdown` object, required
    - `linked_score` LinkedScoreResponse — Score data from the canonical wallet in a linked wallet group.
      - `address` string, required
      - `score` union, required
        - number
        - string
      - `passing_score` boolean, required
      - `last_score_timestamp` string, nullable, required
      - `expiration_timestamp` string, nullable, required
      - `threshold` union, required
        - number
        - string
      - `stamps` object, nullable, required
      - `wallet_stamps` object, nullable

---

[API](https://skmtc.dev/passport/apis/ninjaapi.md) · [All operations](https://skmtc.dev/passport/apis/ninjaapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/passport/ninjaapi/revisions/959073d47964/schema)
