Create dropdown item for custom field type
documentedCreate a dropdown item under a custom field type.
POST /custom_field_types/{custom_field_type_id}/dropdown_itemsDropdown Itemsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://www.meistertask.com/api/custom_field_types/{{$custom_field_type_id}}/dropdown_items" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"title": "{{$title}}"}'