Change Curseforge relation projectID type from string to number
This commit is contained in:
@@ -97,7 +97,7 @@ Content-Type: multipart/form-data
|
||||
"relations": {
|
||||
"projects": [{
|
||||
"slug": "mantle", // 关联项目的 slug
|
||||
"projectID": "74924", // 可选,用于精确匹配项目
|
||||
"projectID": 74924, // 可选,用于精确匹配项目
|
||||
"type": "requiredDependency" // 关联类型,可选值见下方
|
||||
}]
|
||||
}
|
||||
@@ -152,7 +152,7 @@ Content-Type: multipart/form-data
|
||||
"relations": {
|
||||
"projects": [{
|
||||
"slug": "mantle",
|
||||
"projectID": "74924",
|
||||
"projectID": 74924,
|
||||
"type": "requiredDependency"
|
||||
}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user