---
title: "Batch update resources"
method: PUT
path: "/inter-api/supos/resource/batch"
tags: ["supos/resource", "suposResource"]
---

# Batch update resources

`PUT /inter-api/supos/resource/batch`

## Request body

- BatchUpdateResource
  - `code` string
  - `description` string
  - `descriptionCode` string
  - `editEnable` boolean
  - `enable` boolean
  - `fixed` boolean
  - `homeEnable` boolean
  - `icon` string
  - `id` string — 同上
  - `name` string
  - `nameCode` string
  - `openType` integer
  - `parentId` string — 如有需要
  - `routeSource` integer
  - `sort` integer
  - `source` string
  - `type` integer
  - `url` string
  - `urlType` integer

## Response `200`

A successful response.

- object
  - `code` integer
  - `msg` string

---

[API](https://skmtc.net/freezonex/apis/untitled-api.md) · [All operations](https://skmtc.net/freezonex/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freezonex/untitled-api/revisions/1837fd35a283/schema)
