PATCH
/
test_framework
/
v1
/
critical-metric-scenarios-external
/
{id}
curl --request PATCH \
  --url https://new-prod.vocera.ai/test_framework/v1/critical-metric-scenarios-external/{id}/ \
  --header 'Content-Type: application/json' \
  --header 'X-VOCERA-API-KEY: <api-key>' \
  --data '{
  "priority": "high"
}'
{
  "id": 123,
  "scenario": "<string>",
  "priority": "high"
}

Authorizations

X-VOCERA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Path Parameters

id
string
required

Body

priority
enum<string>
  • high - High
  • medium - Medium
  • low - Low
  • not_a_bug - Not A Bug
Available options:
high,
medium,
low,
not_a_bug

Response

200
application/json
id
integer
required
scenario
string
required
priority
enum<string>
  • high - High
  • medium - Medium
  • low - Low
  • not_a_bug - Not A Bug
Available options:
high,
medium,
low,
not_a_bug