Updating the predefined checklist
Developing
PUT
/project/checklist/component/{predefinedChecklistId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/project/checklist/component/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Updated checklist item name",
"pickModelComponentId": "string", // optional
"iconId": "string", // optional
"description": "Optional description for the checklist item",
"status": "active" // optional status field, if applicable
}'
Response Response Example
{}
Request
Path Params
predefinedChecklistId
stringÂ
required
Body Params application/json
Responses
Modified at 2025-06-06 16:19:38