ScenariosNameGlobals
Update Scenario Global State
Update global state shared across all template event plugins
Path Parameters
name*Name
Scenario name
Length
1 <= lengthRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
[key: string]?any
Response Body
application/json
application/json
curl -X PATCH "https://loading/api/scenarios/string/globals" \ -H "Content-Type: application/json" \ -d '{}'nullEmpty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}