Hacker News new | ask | show | jobs
by willseth 1157 days ago
Cool idea, but the LLM was too dumb in my test. I gave it a REST API design book and asked it for a batch update pattern, and it suggested PATCH: "...a good pattern for batch updates is to use the HTTP PATCH method. The PATCH method allows you to update specific fields of a resource, rather than replacing the entire resource. This can be useful for batch updates, as it allows you to update multiple resources with a single request." Oops!