Files
api-meditation/questions/delete-questions-id.bru
T
2026-05-19 19:25:56 +03:30

28 lines
307 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
meta {
name: delete-questions-id
type: http
seq: 5
}
delete {
url: {{baseUrl}}/questions/:id
body: text
auth: inherit
}
params:path {
id: 26
}
body:text {
{
"title": "تست",
"category": "تست",
"tags": ["تست۲", "تست ۱"]
}
}
settings {
encodeUrl: true
}