chore: modify curl requests for listing scripts

pull/4077/head
Yoofi Quansah 2022-05-30 08:13:06 -07:00
parent 9ab4ee25bb
commit e157109691
1 changed files with 3 additions and 1 deletions

View File

@ -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"