{"uid":"cap_xnpFC9cCZbu7ul_xnVwLv","slug":"kihustle-json-patch-applier-fe66a95b","name":"KiHustle JSON Patch Applier","description":"Kostenlose Guides, Solo-Playbooks und Artikel zu KI, Automation und Side Hustles — für Menschen, die mit echten Systemen online Einkommen aufbauen wollen. Transparent finanziert über faire Affiliate-Links.","url":"https://kihustle.tech/bot-bazaar/api/v1/json-patch-applier","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"patch":{"type":"array","items":{}},"document":{"type":"object"}}},"responseSchema":{"type":"json","example":{"result":"processed","status":"success"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_gMAu2lM1CfAfuSlXNTfxI","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Applies a JSON Patch (RFC 6902) array of operations to a JSON document and returns the patched result","exampleAgentPrompt":"Apply this JSON Patch to my document — the base document is {\"name\":\"Alice\",\"age\":30} and the patch is [{\"op\":\"replace\",\"path\":\"/name\",\"value\":\"Bob\"},{\"op\":\"add\",\"path\":\"/email\",\"value\":\"bob@example.com\"}].","exampleUseCases":[{"title":"Update nested config object","prompt":"I have a config JSON object {\"server\":{\"host\":\"localhost\",\"port\":8080},\"debug\":false} and I want to apply this patch: [{\"op\":\"replace\",\"path\":\"/server/port\",\"value\":9090},{\"op\":\"replace\",\"path\":\"/debug\",\"value\":true}] — can you apply it for me?"},{"title":"Add and remove fields from user record","prompt":"Take this user record {\"id\":1,\"name\":\"Jane\",\"temp_flag\":true} and apply the patch [{\"op\":\"remove\",\"path\":\"/temp_flag\"},{\"op\":\"add\",\"path\":\"/verified\",\"value\":false}] to clean it up."},{"title":"Automate document patching in a pipeline","prompt":"In my automation pipeline I need to patch a product JSON {\"title\":\"Widget\",\"price\":9.99,\"stock\":100} with [{\"op\":\"replace\",\"path\":\"/price\",\"value\":12.49},{\"op\":\"replace\",\"path\":\"/stock\",\"value\":85}] — run that patch and give me the updated document."}],"resultDescription":"Returns the patched JSON document after all patch operations have been applied, along with a result status field indicating success. The response includes the fully modified document object reflecting all add, remove, replace, move, copy, or test operations from the patch array.","failureModes":["Invalid patch operation type returns an error","Path not found in document causes patch failure","Malformed JSON in document or patch array returns parse error","Test operation failure aborts the patch sequence","Empty patch array returns the document unchanged","Type mismatch in replacement value may return an error"],"whenToPreferThis":"Choose this endpoint when you need a lightweight, pay-per-call JSON Patch (RFC 6902) applier without spinning up your own server-side logic. It is ideal for agents that need to apply structured mutations to JSON documents on the fly in an automation pipeline, especially when the patch is already expressed as a standard RFC 6902 array.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:58:16.243Z","isFirstParty":false}