Metrics
Updating Critical Workflow Metric Scenario
Learn how to update the priority of critical workflow metric scenarios
Update Critical Workflow Metric Scenario API
Update the priority of an existing critical workflow metric scenario.
API Endpoint
Method | Endpoint |
---|---|
PATCH | https://new-prod.vocera.ai/test_framework/v1/critical-metric-scenarios-external/:critical-scenario-id/ |
Authentication
Include your API key in the request headers:
Header | Description |
---|---|
X-VOCERA-API-KEY | Your API key obtained from the dashboard |
URL Parameters
Parameter | Type | Required | Description |
---|---|---|---|
critical-scenario-id | integer | Yes | The ID of the critical workflow metric scenario to update |
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
priority | string | Yes | New priority level for the scenario. Can be one of: “high”, “medium”, “low” or “not_a_bug” |
Example Request Body
Response Format
The API returns the updated critical workflow metric scenario details.
Response Fields
Field | Type | Description |
---|---|---|
id | integer | Unique identifier for the critical scenario |
scenario | string | Description of the critical workflow scenario |
priority | string | Updated priority level |