Summary
Stub
Description
Create a stub for an automated task
Route
POST /tools/stub
Roles
admin
engineering
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
type | enum | yes | Allowed values are: [ error, success ] - Type of transition to emulate |
delay | number | no | Delay in seconds |
response | string | no | Response to pass through stub |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
response | string | Response from stub |