※ 現在APIはベータ版です。仕様が変更になる可能性がありますのでご了承ください。
POST /api/v1/time_entries
Create a time entry
Supported Formats
jsonExamples
POST /api/v1/time_entries { "task": { "key": "http://price.example/reiko_bailey", "parent_id": "1002", "team_id": "468", "title": "Praesentium suscipit deleniti quae.", "url": "http://price.example/reiko_bailey" } } 200 { "id": 88, "started_at": "2025-08-13T09:05:49.000+09:00", "stopped_at": null, "time_trackable_id": 1003, "time_trackable_type": "Task", "time_tracker_id": 263, "time_tracker_type": "User", "created_at": "2025-08-13T09:05:49.000+09:00", "updated_at": "2025-08-13T09:05:49.000+09:00", "deleted_at": null, "duration": 0.88141613, "amount": 0, "team_id": 468, "input_type": "realtime", "stopped_at_seconds": 0, "deleted_at_seconds": 0, "external_identifier": null, "external_provider": "none", "formatted_duration": "00:00", "html_url": "http://test.host/app/mytasks/1003/edit", "user": { "id": 263, "nickname": "Lindsay Streich", "image": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50", "created_at": "2025-08-13T09:05:49.000+09:00", "updated_at": "2025-08-13T09:05:49.000+09:00", "deleted_at": null, "avatar": null, "daily": true, "daily_time": "2000-01-01T17:00:00.000+09:00", "weekly": true, "time_zone": "Tokyo", "locale": "en", "domain": "timecrowd.net", "reset_password_sent_at": null, "remember_created_at": null, "sign_in_count": 0, "current_sign_in_at": null, "last_sign_in_at": null, "confirmed_at": "2025-08-13T09:05:49.000+09:00", "confirmation_sent_at": null, "deactivated_at": null, "calendar_zoom_rate": 1, "avatar_url": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50" }, "task": { "state": "open", "category_id": 1002, "updated_at": "2025-08-13T09:05:49.000+09:00", "id": 1003, "key": "http://price.example/reiko_bailey", "title": "Praesentium suscipit deleniti quae.", "url": "http://price.example/reiko_bailey", "team_id": 468, "created_at": "2025-08-13T09:05:49.000+09:00", "deleted_at": null, "description": null, "category": { "id": 1002, "key": "key49", "title": "key49", "url": null, "team_id": 468, "created_at": "2025-08-13T09:05:49.000+09:00", "updated_at": "2025-08-13T09:05:49.000+09:00", "deleted_at": null, "description": null, "category": true, "sequential_id": null, "state": "open", "bill": 0, "ancestry": null, "ancestry_depth": 0, "closed_at": null, "color": 1, "position": 3, "deleted_at_seconds": 0, "key_md5": "9254884dee5a10d616af3a660054b834", "archived": false, "category_id": null, "ancestry_path": "/", "selectable": true }, "sequential_id": null, "bill": 0, "ancestry": "1002", "ancestry_depth": 1, "closed_at": null, "color": 1, "position": null, "deleted_at_seconds": 0, "key_md5": "55fc74af153f30e00fbdf8c6be487257", "archived": false, "ancestry_path": "/1002/", "selectable": true, "team": { "id": 468, "name": "Vermont worshipers", "created_at": "2025-08-13T09:05:49.000+09:00", "updated_at": "2025-08-13T09:05:49.000+09:00", "deleted_at": null, "time_limit": 0, "avatar": null, "ancestry": null, "hierarchized": false, "default_duration": 15, "tasks_readonly_role": "none", "workspaces_workspace_id": 486, "tasks_readonly": false, "rounding": "floor", "capacity": null, "premium": false, "personal": false } }, "comment": null, "team": { "id": 468, "name": "Vermont worshipers", "created_at": "2025-08-13T09:05:49.000+09:00", "updated_at": "2025-08-13T09:05:49.000+09:00", "deleted_at": null, "time_limit": 0, "avatar": null, "ancestry": null, "hierarchized": false, "default_duration": 15, "tasks_readonly_role": "none", "workspaces_workspace_id": 486, "tasks_readonly": false, "rounding": "floor", "capacity": null, "premium": false, "personal": false }, "category": { "id": 1002, "key": "key49", "title": "key49", "url": null, "team_id": 468, "created_at": "2025-08-13T09:05:49.000+09:00", "updated_at": "2025-08-13T09:05:49.000+09:00", "deleted_at": null, "description": null, "category": true, "sequential_id": null, "state": "open", "bill": 0, "ancestry": null, "ancestry_depth": 0, "closed_at": null, "color": 1, "position": 3, "deleted_at_seconds": 0, "key_md5": "9254884dee5a10d616af3a660054b834", "archived": false, "category_id": null, "ancestry_path": "/", "selectable": true } }
POST /api/v1/time_entries { "parent": { "key": "key52", "title": "key52", "url": "https://example.com" }, "task": { "key": "http://hoppe-larkin.example/clement", "parent_id": "1005", "team_id": "469", "title": "Et quidem repudiandae ipsam.", "url": "http://hoppe-larkin.example/clement" } } 200 { "id": 89, "started_at": "2025-08-13T09:05:50.000+09:00", "stopped_at": null, "time_trackable_id": 1008, "time_trackable_type": "Task", "time_tracker_id": 264, "time_tracker_type": "User", "created_at": "2025-08-13T09:05:50.000+09:00", "updated_at": "2025-08-13T09:05:50.000+09:00", "deleted_at": null, "duration": 0.350527338, "amount": 0, "team_id": 469, "input_type": "realtime", "stopped_at_seconds": 0, "deleted_at_seconds": 0, "external_identifier": null, "external_provider": "none", "formatted_duration": "00:00", "html_url": "http://test.host/app/mytasks/1008/edit", "user": { "id": 264, "nickname": "Murray Towne", "image": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50", "created_at": "2025-08-13T09:05:49.000+09:00", "updated_at": "2025-08-13T09:05:50.000+09:00", "deleted_at": null, "avatar": null, "daily": true, "daily_time": "2000-01-01T17:00:00.000+09:00", "weekly": true, "time_zone": "Tokyo", "locale": "en", "domain": "timecrowd.net", "reset_password_sent_at": null, "remember_created_at": null, "sign_in_count": 0, "current_sign_in_at": null, "last_sign_in_at": null, "confirmed_at": "2025-08-13T09:05:49.000+09:00", "confirmation_sent_at": null, "deactivated_at": null, "calendar_zoom_rate": 1, "avatar_url": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50" }, "task": { "state": "open", "category_id": 1005, "updated_at": "2025-08-13T09:05:50.000+09:00", "id": 1008, "key": "http://hoppe-larkin.example/clement", "title": "Et quidem repudiandae ipsam.", "url": "http://hoppe-larkin.example/clement", "team_id": 469, "created_at": "2025-08-13T09:05:50.000+09:00", "deleted_at": null, "description": null, "category": { "id": 1005, "key": "key50", "title": "key50", "url": null, "team_id": 469, "created_at": "2025-08-13T09:05:50.000+09:00", "updated_at": "2025-08-13T09:05:50.000+09:00", "deleted_at": null, "description": null, "category": true, "sequential_id": null, "state": "open", "bill": 0, "ancestry": null, "ancestry_depth": 0, "closed_at": null, "color": 1, "position": 2, "deleted_at_seconds": 0, "key_md5": "5a8e00b1cd2930e44ed84b8bbbf44f7a", "archived": false, "category_id": null, "ancestry_path": "/", "selectable": true }, "sequential_id": null, "bill": 0, "ancestry": "1005", "ancestry_depth": 1, "closed_at": null, "color": 1, "position": null, "deleted_at_seconds": 0, "key_md5": "c07a39bc1834c8ab33b8272ce2db349b", "archived": false, "ancestry_path": "/1005/", "selectable": true, "team": { "id": 469, "name": "New Hampshire lions", "created_at": "2025-08-13T09:05:50.000+09:00", "updated_at": "2025-08-13T09:05:50.000+09:00", "deleted_at": null, "time_limit": 0, "avatar": null, "ancestry": null, "hierarchized": false, "default_duration": 15, "tasks_readonly_role": "none", "workspaces_workspace_id": 487, "tasks_readonly": false, "rounding": "floor", "capacity": null, "premium": false, "personal": false } }, "comment": null, "team": { "id": 469, "name": "New Hampshire lions", "created_at": "2025-08-13T09:05:50.000+09:00", "updated_at": "2025-08-13T09:05:50.000+09:00", "deleted_at": null, "time_limit": 0, "avatar": null, "ancestry": null, "hierarchized": false, "default_duration": 15, "tasks_readonly_role": "none", "workspaces_workspace_id": 487, "tasks_readonly": false, "rounding": "floor", "capacity": null, "premium": false, "personal": false }, "category": { "id": 1005, "key": "key50", "title": "key50", "url": null, "team_id": 469, "created_at": "2025-08-13T09:05:50.000+09:00", "updated_at": "2025-08-13T09:05:50.000+09:00", "deleted_at": null, "description": null, "category": true, "sequential_id": null, "state": "open", "bill": 0, "ancestry": null, "ancestry_depth": 0, "closed_at": null, "color": 1, "position": 2, "deleted_at_seconds": 0, "key_md5": "5a8e00b1cd2930e44ed84b8bbbf44f7a", "archived": false, "category_id": null, "ancestry_path": "/", "selectable": true } }
POST /api/v1/time_entries { "parent": { "key": "key55", "title": "key55", "url": "https://example.com" }, "task": { "key": "http://zieme.example/shela", "parent_id": "1010", "team_id": "470", "title": "Minima enim atque et.", "url": "https://www.chatwork.com/#!rid123456-123456789012345678" } } 200 { "id": 90, "started_at": "2025-08-13T09:05:50.000+09:00", "stopped_at": null, "time_trackable_id": 1014, "time_trackable_type": "Task", "time_tracker_id": 265, "time_tracker_type": "User", "created_at": "2025-08-13T09:05:50.000+09:00", "updated_at": "2025-08-13T09:05:50.000+09:00", "deleted_at": null, "duration": 0.850893422, "amount": 0, "team_id": 470, "input_type": "realtime", "stopped_at_seconds": 0, "deleted_at_seconds": 0, "external_identifier": null, "external_provider": "none", "formatted_duration": "00:00", "html_url": "http://test.host/app/mytasks/1014/edit", "user": { "id": 265, "nickname": "Vincent Corwin", "image": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50", "created_at": "2025-08-13T09:05:50.000+09:00", "updated_at": "2025-08-13T09:05:50.000+09:00", "deleted_at": null, "avatar": null, "daily": true, "daily_time": "2000-01-01T17:00:00.000+09:00", "weekly": true, "time_zone": "Tokyo", "locale": "en", "domain": "timecrowd.net", "reset_password_sent_at": null, "remember_created_at": null, "sign_in_count": 0, "current_sign_in_at": null, "last_sign_in_at": null, "confirmed_at": "2025-08-13T09:05:50.000+09:00", "confirmation_sent_at": null, "deactivated_at": null, "calendar_zoom_rate": 1, "avatar_url": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50" }, "task": { "state": "open", "category_id": 1013, "updated_at": "2025-08-13T09:05:50.000+09:00", "id": 1014, "key": "https://www.chatwork.com/#!rid123456-123456789012345678", "title": "Minima enim atque et.", "url": "https://www.chatwork.com/#!rid123456-123456789012345678", "team_id": 470, "created_at": "2025-08-13T09:05:50.000+09:00", "deleted_at": null, "description": null, "category": { "id": 1013, "key": "https://example.com", "title": "key55", "url": null, "team_id": 470, "created_at": "2025-08-13T09:05:50.000+09:00", "updated_at": "2025-08-13T09:05:50.000+09:00", "deleted_at": null, "description": null, "category": true, "sequential_id": null, "state": "open", "bill": 0, "ancestry": null, "ancestry_depth": 0, "closed_at": null, "color": 1, "position": 4, "deleted_at_seconds": 0, "key_md5": "c984d06aafbecf6bc55569f964148ea3", "archived": false, "category_id": null, "ancestry_path": "/", "selectable": true }, "sequential_id": null, "bill": 0, "ancestry": "1013", "ancestry_depth": 1, "closed_at": null, "color": 1, "position": null, "deleted_at_seconds": 0, "key_md5": "4596a21023f5981ae2c5d023c42466f7", "archived": false, "ancestry_path": "/1013/", "selectable": true, "team": { "id": 470, "name": "Iowa dogs", "created_at": "2025-08-13T09:05:50.000+09:00", "updated_at": "2025-08-13T09:05:50.000+09:00", "deleted_at": null, "time_limit": 0, "avatar": null, "ancestry": null, "hierarchized": false, "default_duration": 15, "tasks_readonly_role": "none", "workspaces_workspace_id": 488, "tasks_readonly": false, "rounding": "floor", "capacity": null, "premium": false, "personal": false } }, "comment": null, "team": { "id": 470, "name": "Iowa dogs", "created_at": "2025-08-13T09:05:50.000+09:00", "updated_at": "2025-08-13T09:05:50.000+09:00", "deleted_at": null, "time_limit": 0, "avatar": null, "ancestry": null, "hierarchized": false, "default_duration": 15, "tasks_readonly_role": "none", "workspaces_workspace_id": 488, "tasks_readonly": false, "rounding": "floor", "capacity": null, "premium": false, "personal": false }, "category": { "id": 1013, "key": "https://example.com", "title": "key55", "url": null, "team_id": 470, "created_at": "2025-08-13T09:05:50.000+09:00", "updated_at": "2025-08-13T09:05:50.000+09:00", "deleted_at": null, "description": null, "category": true, "sequential_id": null, "state": "open", "bill": 0, "ancestry": null, "ancestry_depth": 0, "closed_at": null, "color": 1, "position": 4, "deleted_at_seconds": 0, "key_md5": "c984d06aafbecf6bc55569f964148ea3", "archived": false, "category_id": null, "ancestry_path": "/", "selectable": true } }
POST /api/v1/time_entries { "parent": { "key": "key58", "title": "key58", "url": "https://example.com" }, "task": { "key": "http://beatty.example/waylon", "parent_id": "1016", "team_id": "471", "title": "Blanditiis ex et veniam.", "url": "https://kcw.kddi.ne.jp/#!rid123456-123456789012345678" } } 200 { "id": 91, "started_at": "2025-08-13T09:05:51.000+09:00", "stopped_at": null, "time_trackable_id": 1020, "time_trackable_type": "Task", "time_tracker_id": 266, "time_tracker_type": "User", "created_at": "2025-08-13T09:05:51.000+09:00", "updated_at": "2025-08-13T09:05:51.000+09:00", "deleted_at": null, "duration": 0.502828005, "amount": 0, "team_id": 471, "input_type": "realtime", "stopped_at_seconds": 0, "deleted_at_seconds": 0, "external_identifier": null, "external_provider": "none", "formatted_duration": "00:00", "html_url": "http://test.host/app/mytasks/1020/edit", "user": { "id": 266, "nickname": "Rev. Loni Gutkowski", "image": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50", "created_at": "2025-08-13T09:05:50.000+09:00", "updated_at": "2025-08-13T09:05:51.000+09:00", "deleted_at": null, "avatar": null, "daily": true, "daily_time": "2000-01-01T17:00:00.000+09:00", "weekly": true, "time_zone": "Tokyo", "locale": "en", "domain": "timecrowd.net", "reset_password_sent_at": null, "remember_created_at": null, "sign_in_count": 0, "current_sign_in_at": null, "last_sign_in_at": null, "confirmed_at": "2025-08-13T09:05:50.000+09:00", "confirmation_sent_at": null, "deactivated_at": null, "calendar_zoom_rate": 1, "avatar_url": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50" }, "task": { "state": "open", "category_id": 1019, "updated_at": "2025-08-13T09:05:51.000+09:00", "id": 1020, "key": "https://kcw.kddi.ne.jp/#!rid123456-123456789012345678", "title": "Blanditiis ex et veniam.", "url": "https://kcw.kddi.ne.jp/#!rid123456-123456789012345678", "team_id": 471, "created_at": "2025-08-13T09:05:51.000+09:00", "deleted_at": null, "description": null, "category": { "id": 1019, "key": "https://example.com", "title": "key58", "url": null, "team_id": 471, "created_at": "2025-08-13T09:05:51.000+09:00", "updated_at": "2025-08-13T09:05:51.000+09:00", "deleted_at": null, "description": null, "category": true, "sequential_id": null, "state": "open", "bill": 0, "ancestry": null, "ancestry_depth": 0, "closed_at": null, "color": 1, "position": 4, "deleted_at_seconds": 0, "key_md5": "c984d06aafbecf6bc55569f964148ea3", "archived": false, "category_id": null, "ancestry_path": "/", "selectable": true }, "sequential_id": null, "bill": 0, "ancestry": "1019", "ancestry_depth": 1, "closed_at": null, "color": 1, "position": null, "deleted_at_seconds": 0, "key_md5": "e77522b6b66d893e2e207478ae663f1b", "archived": false, "ancestry_path": "/1019/", "selectable": true, "team": { "id": 471, "name": "New Hampshire tigers", "created_at": "2025-08-13T09:05:51.000+09:00", "updated_at": "2025-08-13T09:05:51.000+09:00", "deleted_at": null, "time_limit": 0, "avatar": null, "ancestry": null, "hierarchized": false, "default_duration": 15, "tasks_readonly_role": "none", "workspaces_workspace_id": 489, "tasks_readonly": false, "rounding": "floor", "capacity": null, "premium": false, "personal": false } }, "comment": null, "team": { "id": 471, "name": "New Hampshire tigers", "created_at": "2025-08-13T09:05:51.000+09:00", "updated_at": "2025-08-13T09:05:51.000+09:00", "deleted_at": null, "time_limit": 0, "avatar": null, "ancestry": null, "hierarchized": false, "default_duration": 15, "tasks_readonly_role": "none", "workspaces_workspace_id": 489, "tasks_readonly": false, "rounding": "floor", "capacity": null, "premium": false, "personal": false }, "category": { "id": 1019, "key": "https://example.com", "title": "key58", "url": null, "team_id": 471, "created_at": "2025-08-13T09:05:51.000+09:00", "updated_at": "2025-08-13T09:05:51.000+09:00", "deleted_at": null, "description": null, "category": true, "sequential_id": null, "state": "open", "bill": 0, "ancestry": null, "ancestry_depth": 0, "closed_at": null, "color": 1, "position": 4, "deleted_at_seconds": 0, "key_md5": "c984d06aafbecf6bc55569f964148ea3", "archived": false, "category_id": null, "ancestry_path": "/", "selectable": true } }
POST /api/v1/time_entries { "time_entry": { "started_at": "1754957152", "stopped_at": "1755039952", "time_trackable_id": "1023" } } 200 { "id": 92, "started_at": "2025-08-12T09:05:52.000+09:00", "stopped_at": "2025-08-13T08:05:52.000+09:00", "time_trackable_id": 1023, "time_trackable_type": "Task", "time_tracker_id": 267, "time_tracker_type": "User", "created_at": "2025-08-13T09:05:52.000+09:00", "updated_at": "2025-08-13T09:05:52.000+09:00", "deleted_at": null, "duration": 82800.0, "amount": 0, "team_id": 472, "input_type": "realtime", "stopped_at_seconds": 1755039952, "deleted_at_seconds": 0, "external_identifier": null, "external_provider": "none", "formatted_duration": "23:00", "html_url": "http://test.host/app/mytasks/1023/edit", "user": { "id": 267, "nickname": "Dannie Ziemann DDS", "image": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50", "created_at": "2025-08-13T09:05:51.000+09:00", "updated_at": "2025-08-13T09:05:52.000+09:00", "deleted_at": null, "avatar": null, "daily": true, "daily_time": "2000-01-01T17:00:00.000+09:00", "weekly": true, "time_zone": "Tokyo", "locale": "en", "domain": "timecrowd.net", "reset_password_sent_at": null, "remember_created_at": null, "sign_in_count": 0, "current_sign_in_at": null, "last_sign_in_at": null, "confirmed_at": "2025-08-13T09:05:51.000+09:00", "confirmation_sent_at": null, "deactivated_at": null, "calendar_zoom_rate": 1, "avatar_url": "https://lh5.googleusercontent.com/-vLvFHrocJuk/AAAAAAAAAAI/AAAAAAAAAEQ/CZsQXc7B2EM/photo.jpg?sz=50" }, "task": { "state": "open", "category_id": 1022, "updated_at": "2025-08-13T09:05:52.000+09:00", "id": 1023, "key": "http://kunze-ratke.example/mckinley.stamm", "title": "Odio enim consequatur nesciunt.", "url": "http://kunze-ratke.example/mckinley.stamm", "team_id": 472, "created_at": "2025-08-13T09:05:51.000+09:00", "deleted_at": null, "description": null, "category": { "id": 1022, "key": "key59", "title": "key59", "url": null, "team_id": 472, "created_at": "2025-08-13T09:05:51.000+09:00", "updated_at": "2025-08-13T09:05:52.000+09:00", "deleted_at": null, "description": null, "category": true, "sequential_id": null, "state": "open", "bill": 0, "ancestry": null, "ancestry_depth": 0, "closed_at": null, "color": 1, "position": 2, "deleted_at_seconds": 0, "key_md5": "abaa7d430409339e96b89987e883ed1b", "archived": false, "category_id": null, "ancestry_path": "/", "selectable": true }, "sequential_id": null, "bill": 0, "ancestry": "1022", "ancestry_depth": 1, "closed_at": null, "color": 1, "position": null, "deleted_at_seconds": 0, "key_md5": "ee71063ad0a5a7c1db24022e61f5c4e5", "archived": false, "ancestry_path": "/1022/", "selectable": true, "team": { "id": 472, "name": "New York witches", "created_at": "2025-08-13T09:05:51.000+09:00", "updated_at": "2025-08-13T09:05:52.000+09:00", "deleted_at": null, "time_limit": 0, "avatar": null, "ancestry": null, "hierarchized": false, "default_duration": 15, "tasks_readonly_role": "none", "workspaces_workspace_id": 490, "tasks_readonly": false, "rounding": "floor", "capacity": null, "premium": false, "personal": false } }, "comment": null, "team": { "id": 472, "name": "New York witches", "created_at": "2025-08-13T09:05:51.000+09:00", "updated_at": "2025-08-13T09:05:52.000+09:00", "deleted_at": null, "time_limit": 0, "avatar": null, "ancestry": null, "hierarchized": false, "default_duration": 15, "tasks_readonly_role": "none", "workspaces_workspace_id": 490, "tasks_readonly": false, "rounding": "floor", "capacity": null, "premium": false, "personal": false }, "category": { "id": 1022, "key": "key59", "title": "key59", "url": null, "team_id": 472, "created_at": "2025-08-13T09:05:51.000+09:00", "updated_at": "2025-08-13T09:05:52.000+09:00", "deleted_at": null, "description": null, "category": true, "sequential_id": null, "state": "open", "bill": 0, "ancestry": null, "ancestry_depth": 0, "closed_at": null, "color": 1, "position": 2, "deleted_at_seconds": 0, "key_md5": "abaa7d430409339e96b89987e883ed1b", "archived": false, "category_id": null, "ancestry_path": "/", "selectable": true } }
POST /api/v1/time_entries { "task": { "key": "http://fay.example/adalberto.wolf", "team_id": "473", "title": "Qui molestiae aut rerum.", "url": "http://fay.example/adalberto.wolf" } } 422 { "messages": [ "選択中のチームでタスクの作成・編集・削除は許可されていません" ] }
POST /api/v1/time_entries { "task": { "key": "http://pollich.test/charmain_murphy", "parent_id": "1026", "team_id": "474", "title": "Dolor repudiandae natus nostrum.", "url": "http://pollich.test/charmain_murphy" } } 422 { "messages": [ "1 error prohibited this Task from being saved. ", "Category is already deleted." ] }