docs(task): document custom_fields and custom_field_options API#524
docs(task): document custom_fields and custom_field_options API#524zero-my merged 1 commit intolarksuite:mainfrom
Conversation
…rces and permissions
📝 WalkthroughWalkthroughDocumentation update for the Lark task skill that extends the API resource reference. Two new API resource sections for Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #524 +/- ##
=======================================
Coverage ? 59.05%
=======================================
Files ? 384
Lines ? 32636
Branches ? 0
=======================================
Hits ? 19274
Misses ? 11553
Partials ? 1809 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
🚀 PR Preview Install Guide🧰 CLI updatenpm i -g https://pkg.pr.new/larksuite/cli/@larksuite/cli@421546725bb506219ee22620c19da103bbeceea3🧩 Skill updatenpx skills add zero-my/cli#feat/task-custom-fields -y -g |
Summary
This PR supplements the
SKILL.mdfor Lark Tasks with the native API references and permission mappings forcustom_fieldsandcustom_field_options. This allows AI Agents to discover and correctly call the raw endpoints for task custom field operations, since these endpoints are not currently exposed in Level 2 OpenAPI commands or Level 1 Shortcuts.Changes
custom_fieldsendpoints (create, get, patch, list, add, remove) to the API Resources list.custom_field_optionsendpoints (create, patch) to the API Resources list.task:custom_field:readandtask:custom_field:writescopes to the permission table.Test Plan
go test ./shortcuts/taskandmake unit-testverified)Related Issues