24 lines
213 B
Plaintext
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
|
|
}
|