# Update capping of the specified workflow Endpoint: PUT /scripting/workflows/{id}/capping Version: 8.1.0 ## Path parameters: - `id` (integer, required) Defines the workflow's id to update capping ## Header parameters: - `X-Key` (string, required) A unique API key used to authenticate requests to the NP6 platform. This key must be included in every API call to validate the identity and permissions of the client. Keep your API key secure and do not expose it in public code or logs. ## Request fields (application/json): - `key` (object) The key used to store incremental value - `key.type` (string) - `increment` (integer) The value used to increment key value - `threshold` (integer) The threshold used to handle capping decision - `period` (object) The period used to handle capping decision - `nodes` (array) the id of the workflow nodes to cap ## Response 200 fields (application/json): - `key` (object) The key used to store incremental value - `key.type` (string) - `increment` (integer) The value used to increment key value - `threshold` (integer) The threshold used to handle capping decision - `period` (object) The period used to handle capping decision - `nodes` (array) the id of the workflow nodes to cap ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 411 fields