Skip to content

GET/delay/{ms}

Delayed response

Wait N ms before responding. Test timeouts and loading states.

Parameters 1

NameTypeDescription
msrequiredpath · integer

Response examples

200Delayed response

application/json example derived from schema

{
  "delayed": 0,
  "timestamp": "2024-01-15T09:30:00Z"
}

Released under the MIT License.