Skip to content

当description存在控制字符时,无法编辑目录信息 #270

@11111111111ge1

Description

@11111111111ge1

使用此api时
/v0/indices/{index_id}
Edit index's information

发送

{
"title": "BANGUMI最差动漫TOP100(2026)",
"description": "abc\r\nabc"
}

返回

{
  "title": "Bad Request",
  "details": {
    "path": "/v0/indices/87084",
    "method": "PUT"
  },
  "request_id": "9b70bddead4d4b7a-LHR",
  "description": "invalid string"
}

无法编辑,实测删去\r\n可以正常编辑

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions