update-stored-procedure
Apply JSON Patch operations to update a stored procedure's fields, like description, using its UUID.
Instructions
Update a stored procedure using JSON Patch operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Stored Procedure UUID to update | |
| operations | Yes | JSON Patch operations array (e.g. [{op:'add', path:'/description', value:'...'}]) |