mrapids 0.1.7

Your OpenAPI, but executable
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Auto-generated from petstore.json
# Operation: deleteOrder
# Method: DELETE /store/order/{orderId}
# Summary: Delete purchase order by identifier.

# Generated by MicroRapid with accurate schema parsing

operation: deleteOrder
method: DELETE
path: /store/order/{orderId}
description: Delete purchase order by identifier.
headers:
  Accept: application/json
path_params:
  orderId: 1234567890
expect:
  status: 200