---
title: "Register Value"
method: POST
path: "/api/v1/rest/users/{app_user_hash}/values"
tags: ["Rest"]
---

# Register Value

`POST /api/v1/rest/users/{app_user_hash}/values`

## Path parameters

- `app_user_hash` string, required

## Request body

- Value
  - `key` string, required
  - `value` string, required

## Response `200`

Successful response

- unknown

## Other responses

- `404` — Not found
- `422` — Validation error

---

[API](https://skmtc.dev/magic-push/apis/apiflask.md) · [All operations](https://skmtc.dev/magic-push/apis/apiflask/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/magic-push/apiflask/revisions/dc568377ab33/schema)
