scenarios
Uploads an image to a given scenario
This takes an image as a multipart/form-data (parameter name "file") and uploads it to Gremlin's backend and associates it with a given ScenarioRun. NOTE: imageNames must be S3 compatible strings ([a-zA-Z0-9!-_'()]) with under 1000 characters (including file type) Requires the privilege IMAGES_WRITE
patch/scenarios/{scenarioId}/runs/{runNumber}/images/{imageName}
Path parameters
imageNamestring required
scenarioIdstring required
runNumberinteger required
Query parameters
teamIdstring required
Required when using company session token.
Response
default response
Changes
No recorded changes to this endpoint across all 11 revisions of this API.