{
  "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  \"name\": \"string｜必填，角色名称\",\n  \"code\": \"string｜必填，角色编码，唯一\",\n  \"status\": \"number｜可选，状态：1-启用，0-禁用\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{baseUrl}}/api/roles/{id}/resources",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "roles",
            "{id}",
            "resources"
          ]
        }
      },
      "response": []
    }
  ]
}