Update post-call config
PATCH/v1/pathways/:id/post-call-config
Save one or more post-call config fields onto the pathway's draft (forks a draft like a flow edit; absent fields are left untouched). Advisory validation rides back in post_call_validation_errors — activation is the hard gate. Authoring payload — passed through from the internal service as-is; it evolves with the product and is not a frozen contract.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
Invalid config field (e.g. extraction_schema not a list).
Missing, invalid, revoked, or expired API key.
The key lacks the pathways:write scope, is not owner-bound, or its owner is not an engineer.
No pathway with this id, or the pathway has no versions.
Rate limit exceeded.