Update stored procedure properties using JSON Patch
PATCH /v1/storedProcedures/name/{fqn} to update by fully qualified name.
snowflake_prod.analytics.public.usp_refresh_analytics).service.database.schema.storedProcedure.| Code | Error Type | Description |
|---|---|---|
400 | BAD_REQUEST | Invalid JSON patch or malformed request |
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to update this stored procedure |
404 | NOT_FOUND | Stored procedure with given ID or FQN does not exist |
409 | CONFLICT | Concurrent modification detected |