---
title: "PUT /v1/admin/model-square/entry-slots/{slotNo}"
method: PUT
path: "/v1/admin/model-square/entry-slots/{slotNo}"
tags: ["AdminModelSquareService"]
---

# PUT /v1/admin/model-square/entry-slots/{slotNo}

`PUT /v1/admin/model-square/entry-slots/{slotNo}`

UpdateEntrySlot 修改固定入口位配置（仅平台管理员，slotNo 只允许 1/2/3）。
 UpdateEntrySlot updates a fixed entry-slot config (platform admin only, slotNo must be 1/2/3).

## Path parameters

- `slotNo` integer, required

## Request body

- ModelsquareV1UpdateEntrySlotRequest — UpdateEntrySlotRequest 修改固定入口位配置请求。 UpdateEntrySlotRequest updates a fixed entry-slot config.
  - `description` string — description 辅助说明（中文）。/ description: auxiliary description (Chinese).
  - `descriptionEn` string — description_en 辅助说明（英文）。/ description_en: auxiliary description (English).
  - `iconUrl` string — icon_url 图标地址，支持 SVG/PNG。/ icon_url: icon URL, supports SVG/PNG.
  - `jumpUrl` string — jump_url 跳转 URL。/ jump_url: click-through URL.
  - `slotNo` integer — slot_no 固定入口编号，只允许 1/2/3。/ slot_no: fixed entry number, must be 1/2/3.
  - `status` integer — status 状态：1 启用，0 禁用。/ status: 1 enabled, 0 disabled.
  - `title` string — title 主标题（中文）。/ title: main title (Chinese).
  - `titleEn` string — title_en 主标题（英文）。/ title_en: main title (English).

## Response `200`

OK

- ModelsquareV1UpdateEntrySlotReply — UpdateEntrySlotReply 修改固定入口位配置响应。 UpdateEntrySlotReply is the response for updating an entry slot.
  - `entrySlot` ModelsquareV1EntrySlot — EntrySlot 后台固定入口位配置（完整字段）。 EntrySlot is the admin-side fixed entry-slot config (full fields).
    - `createdAt` string, date-time
    - `creator` string
    - `description` string
    - `descriptionEn` string
    - `iconUrl` string
    - `id` integer
    - `jumpUrl` string
    - `slotName` string
    - `slotNo` integer
    - `status` integer — 状态：1 启用，0 禁用。/ Status: 1 enabled, 0 disabled.
    - `title` string
    - `titleEn` string
    - `updatedAt` string, date-time
    - `updater` string

---

[API](https://skmtc.dev/apiqik/apis/apiqik-api.md) · [All operations](https://skmtc.dev/apiqik/apis/apiqik-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apiqik/apiqik-api/revisions/e06b96127408/schema)
