Commit daec7cf
Docs : Add notes support to Company API endpoints (#314)
* docs
* Add notes field to company API endpoint responses
- Updated PUT /companies/{id} endpoint to include notes in response
- Updated GET /companies endpoint to include notes in response
- Updated POST /companies/list endpoint to include notes in response
- Updated GET /companies/scroll endpoint to include notes in response
- Updated POST /contacts/{id}/companies endpoint to include notes in response
All company endpoints now consistently return the notes field with the same structure.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* update docs
* Add company_note and company_note_list schemas for company-specific notes
* Add GET /companies/{id}/notes endpoint
Added new endpoint to list all notes associated with a company. This follows the same pattern as the existing /contacts/{id}/notes endpoint.
- Added endpoint definition at /companies/{id}/notes
- Created company_note_list schema for paginated response
- Included proper error handling for company not found
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* removed redundant company_note_list
* Update notes endpoint summaries for clarity
- Changed "List all notes" to "List all company notes" for /companies/{id}/notes
- Changed "List all notes" to "List all contact notes" for /contacts/{id}/notes
This makes the API documentation more specific and clearer about what type of notes each endpoint returns.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent c9c3a26 commit daec7cf
1 file changed
+202
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2677 | 2677 | | |
2678 | 2678 | | |
2679 | 2679 | | |
| 2680 | + | |
| 2681 | + | |
| 2682 | + | |
| 2683 | + | |
| 2684 | + | |
| 2685 | + | |
2680 | 2686 | | |
2681 | 2687 | | |
2682 | 2688 | | |
| |||
2817 | 2823 | | |
2818 | 2824 | | |
2819 | 2825 | | |
| 2826 | + | |
| 2827 | + | |
| 2828 | + | |
| 2829 | + | |
| 2830 | + | |
| 2831 | + | |
2820 | 2832 | | |
2821 | 2833 | | |
2822 | 2834 | | |
| |||
2900 | 2912 | | |
2901 | 2913 | | |
2902 | 2914 | | |
| 2915 | + | |
| 2916 | + | |
| 2917 | + | |
| 2918 | + | |
| 2919 | + | |
| 2920 | + | |
2903 | 2921 | | |
2904 | 2922 | | |
2905 | 2923 | | |
| |||
2980 | 2998 | | |
2981 | 2999 | | |
2982 | 3000 | | |
| 3001 | + | |
| 3002 | + | |
| 3003 | + | |
| 3004 | + | |
| 3005 | + | |
| 3006 | + | |
2983 | 3007 | | |
2984 | 3008 | | |
2985 | 3009 | | |
| |||
3196 | 3220 | | |
3197 | 3221 | | |
3198 | 3222 | | |
| 3223 | + | |
| 3224 | + | |
| 3225 | + | |
| 3226 | + | |
| 3227 | + | |
| 3228 | + | |
| 3229 | + | |
| 3230 | + | |
| 3231 | + | |
| 3232 | + | |
| 3233 | + | |
| 3234 | + | |
| 3235 | + | |
| 3236 | + | |
| 3237 | + | |
| 3238 | + | |
| 3239 | + | |
| 3240 | + | |
| 3241 | + | |
| 3242 | + | |
| 3243 | + | |
| 3244 | + | |
| 3245 | + | |
| 3246 | + | |
| 3247 | + | |
| 3248 | + | |
| 3249 | + | |
| 3250 | + | |
| 3251 | + | |
| 3252 | + | |
| 3253 | + | |
| 3254 | + | |
| 3255 | + | |
| 3256 | + | |
| 3257 | + | |
| 3258 | + | |
| 3259 | + | |
| 3260 | + | |
| 3261 | + | |
| 3262 | + | |
| 3263 | + | |
| 3264 | + | |
| 3265 | + | |
| 3266 | + | |
| 3267 | + | |
| 3268 | + | |
| 3269 | + | |
| 3270 | + | |
| 3271 | + | |
| 3272 | + | |
| 3273 | + | |
| 3274 | + | |
| 3275 | + | |
| 3276 | + | |
| 3277 | + | |
| 3278 | + | |
| 3279 | + | |
| 3280 | + | |
| 3281 | + | |
| 3282 | + | |
| 3283 | + | |
| 3284 | + | |
| 3285 | + | |
| 3286 | + | |
| 3287 | + | |
| 3288 | + | |
| 3289 | + | |
| 3290 | + | |
| 3291 | + | |
| 3292 | + | |
| 3293 | + | |
| 3294 | + | |
| 3295 | + | |
| 3296 | + | |
| 3297 | + | |
| 3298 | + | |
| 3299 | + | |
| 3300 | + | |
| 3301 | + | |
| 3302 | + | |
| 3303 | + | |
| 3304 | + | |
| 3305 | + | |
| 3306 | + | |
| 3307 | + | |
| 3308 | + | |
| 3309 | + | |
| 3310 | + | |
| 3311 | + | |
| 3312 | + | |
| 3313 | + | |
| 3314 | + | |
| 3315 | + | |
| 3316 | + | |
| 3317 | + | |
| 3318 | + | |
| 3319 | + | |
| 3320 | + | |
| 3321 | + | |
| 3322 | + | |
| 3323 | + | |
| 3324 | + | |
| 3325 | + | |
3199 | 3326 | | |
3200 | 3327 | | |
3201 | 3328 | | |
| |||
3266 | 3393 | | |
3267 | 3394 | | |
3268 | 3395 | | |
| 3396 | + | |
| 3397 | + | |
| 3398 | + | |
| 3399 | + | |
| 3400 | + | |
| 3401 | + | |
3269 | 3402 | | |
3270 | 3403 | | |
3271 | 3404 | | |
| |||
3351 | 3484 | | |
3352 | 3485 | | |
3353 | 3486 | | |
| 3487 | + | |
| 3488 | + | |
| 3489 | + | |
| 3490 | + | |
| 3491 | + | |
| 3492 | + | |
3354 | 3493 | | |
3355 | 3494 | | |
3356 | 3495 | | |
| |||
3416 | 3555 | | |
3417 | 3556 | | |
3418 | 3557 | | |
| 3558 | + | |
| 3559 | + | |
| 3560 | + | |
| 3561 | + | |
| 3562 | + | |
| 3563 | + | |
3419 | 3564 | | |
3420 | 3565 | | |
3421 | 3566 | | |
| |||
3666 | 3811 | | |
3667 | 3812 | | |
3668 | 3813 | | |
3669 | | - | |
| 3814 | + | |
3670 | 3815 | | |
3671 | 3816 | | |
3672 | 3817 | | |
| |||
16475 | 16620 | | |
16476 | 16621 | | |
16477 | 16622 | | |
| 16623 | + | |
| 16624 | + | |
| 16625 | + | |
| 16626 | + | |
| 16627 | + | |
| 16628 | + | |
| 16629 | + | |
| 16630 | + | |
| 16631 | + | |
| 16632 | + | |
| 16633 | + | |
| 16634 | + | |
| 16635 | + | |
16478 | 16636 | | |
16479 | 16637 | | |
16480 | 16638 | | |
| |||
21089 | 21247 | | |
21090 | 21248 | | |
21091 | 21249 | | |
21092 | | - | |
| 21250 | + | |
21093 | 21251 | | |
21094 | 21252 | | |
21095 | 21253 | | |
| |||
21107 | 21265 | | |
21108 | 21266 | | |
21109 | 21267 | | |
| 21268 | + | |
| 21269 | + | |
| 21270 | + | |
| 21271 | + | |
| 21272 | + | |
| 21273 | + | |
| 21274 | + | |
| 21275 | + | |
| 21276 | + | |
| 21277 | + | |
| 21278 | + | |
| 21279 | + | |
| 21280 | + | |
| 21281 | + | |
| 21282 | + | |
| 21283 | + | |
| 21284 | + | |
| 21285 | + | |
| 21286 | + | |
| 21287 | + | |
| 21288 | + | |
| 21289 | + | |
| 21290 | + | |
| 21291 | + | |
| 21292 | + | |
| 21293 | + | |
| 21294 | + | |
| 21295 | + | |
| 21296 | + | |
| 21297 | + | |
| 21298 | + | |
| 21299 | + | |
| 21300 | + | |
| 21301 | + | |
| 21302 | + | |
| 21303 | + | |
| 21304 | + | |
| 21305 | + | |
| 21306 | + | |
| 21307 | + | |
| 21308 | + | |
| 21309 | + | |
21110 | 21310 | | |
21111 | 21311 | | |
21112 | 21312 | | |
| |||
0 commit comments