jeyroik/extas-operations-jsonrpc-update

该软件包的最新版本(0.1.1)没有可用的许可信息。

JSON RPC 更新操作

0.1.1 2020-11-10 14:09 UTC

This package is auto-updated.

Last update: 2024-09-10 22:06:22 UTC


README

tests codecov.io PHPStan Enabled Extas Installer v3 Latest Stable Version Total Downloads Dependents

描述

JSON RPC 更新操作

规范

{
  "request": {
    "type": "object",
    "properties": {
      "data": {
      		"type": "object",
      		"items": {"type": "mixed"}
      	}
    }
  },
  "response" : {
    "type" : "object",
    "properties" : {
       "type": "object",
       "items": {"type": "mixed"}
    }
  }
}

请求示例

{
  "id": "2f5d0719-5b82-4280-9b3b-10f23aff226b",
  "method": "snuff.update",
  "params": {
    "data": {
      "name": "test",
      "description": "new value"
    }
  }
}