键值存储服务 KVS-上传单个kv:请求示例
时间:2025-04-02 14:48:15
请求示例
上传单个kv,表名为test-table-1,仓名为test-store。
POST https://test-store.{endpoint}/v1/put-kv { "table_name" : "test-table-1", "kv_doc" : { "owner" : "user-1", "filename" : "test-file-1", "otherKey" : "other" } }
support.huaweicloud.com/api-kvs/PutKv.html