Files
2026-05-19 19:25:56 +03:30

24 lines
213 B
Plaintext

meta {
name: get-question-id
type: http
seq: 2
}
get {
url: {{baseUrl}}/questions/:id?id=1
body: none
auth: inherit
}
params:query {
id: 1
}
params:path {
id:
}
settings {
encodeUrl: true
}