---
title: "Increase total amount of existing partner token within claiming center. For internal usage only."
method: PATCH
path: "/v1/partnership/claiming"
tags: ["Partnership"]
---

# Increase total amount of existing partner token within claiming center. For internal usage only.

`PATCH /v1/partnership/claiming`

## Request body

- object
  - `access_token_name` string, required
  - `token_address` string, required
  - `amount` string, int128, required

## Response `200`

Global stats

- ApiPartnershipClaimingGlobalData
  - `accrued` string, int128, required
  - `total` string, int128, required

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.net/swap/apis/swap-coffee-api.md) · [All operations](https://skmtc.net/swap/apis/swap-coffee-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/swap/swap-coffee-api/revisions/8f32977bfb50/schema)
