{
  "info": {
    "name": "会员功能限制配置 - 更新会员功能限制",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "更新会员功能限制",
      "request": {
        "method": "PUT",
        "header": [],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"memberTypeId\": \"string｜可选，会员类型ID\",\n  \"systemId\": \"string｜可选，系统ID\",\n  \"moduleId\": \"string｜可选，模块ID\",\n  \"limitValue\": \"number｜可选，限制值（>=0）\",\n  \"status\": \"number｜可选，状态：1-启用，0-禁用\",\n  \"description\": \"string｜可选，描述\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{baseUrl}}/api/members/function-limits/{limitId}",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "members",
            "function-limits",
            "{limitId}"
          ]
        }
      },
      "response": []
    }
  ]
}