Skip to content

Put JCS-serialized json document into store

PUT
/store/v1/jcs
curl --request PUT \
--url https://example.com/store/v1/jcs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '"example"'

Put JCS-serialized json document into store

The provided JSON will be serialized using JCS and then put into the store.

Media type application/json
Example generated
example

Put JCS-serialized json document into store

Media type application/json
object
cid
required
string
Example generated
{
"cid": "example"
}