My App

Set a system config

Set a system config

POST
/system/configs
OBSIDIAN-KEY<token>

In: header

OBSIDIAN-SECRET<token>

In: header

key?string
value?string

Response Body

application/json

application/json

curl -X POST "https://api.dev.obsidian.exchange/system/configs" \  -H "Content-Type: application/json" \  -d '{}'
{
  "key": "string",
  "value": "string",
  "created_at": "string"
}
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string",
      "property1": null,
      "property2": null
    }
  ]
}