---
title: "Add JSON metadata under the given key"
method: PUT
path: "/api/v3/metadata/{key}"
tags: ["v16.7.2"]
---

# Add JSON metadata under the given key

`PUT /api/v3/metadata/{key}`

Add arbitrary JSON metadata under the given key. If the key exists, all already stored metadata with this key will be overwritten. If the key doesn't exist, it will be created.

## Path parameters

- `key` string, required

## Request body

- unknown

## Response `200`

OK

- unknown

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/datarhei/apis/datarhei-core-api.md) · [All operations](https://skmtc.net/datarhei/apis/datarhei-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datarhei/datarhei-core-api/versions/0197dcdcdd5a/schema)
