chore: modify curl requests for listing scripts
parent
9ab4ee25bb
commit
e157109691
|
@ -3,4 +3,6 @@ curl -X 'GET' \
|
|||
--header "Authorization: Token ${INFLUX_TOKEN}" \
|
||||
--header 'accept: application/json' \
|
||||
--header 'Content-Type: application/json' \
|
||||
--data-urlencode "org=${INFLUX_ORG}&limit=10"
|
||||
--data-urlencode "org=${INFLUX_ORG}" \
|
||||
--data-urlencode "limit=10"
|
||||
|
||||
|
|
Loading…
Reference in New Issue