Write the given series metadata.
application/jsonField | Type | Purpose |
---|---|---|
key
|
<string>
|
The key of the series. |
tags
|
{<string>: <string>}
|
The tags of the series. |
{"key": "foo", "tags": {"site": "sto"}}
$ curl -XPUT -H "Content-Type: application/json"
http://localhost:8080/metadata/series \
-d '{"key": "foo", "tags": {"site": "sto"}}'
[
{"key": "foo", "tags": {"site": "lon"}},
{"key": "foo", "tags": {"site": "sto"}}
]