Files
bgApp/API Tests/BGApp/Game/Delete.yml
2026-02-21 00:34:50 +00:00

20 lines
269 B
YAML

info:
name: Delete
type: http
seq: 4
http:
method: DELETE
url: http://localhost:3000/api/game/:id
params:
- name: id
value: bk5e
type: path
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5