Skip to content
Snippets Groups Projects
Verified Commit bcea04a4 authored by Guillaume Damiens's avatar Guillaume Damiens
Browse files

Création script suppresion boards

parent 26d94dc0
No related branches found
No related tags found
1 merge request!37Tx services p19 test
#!/bin/bash
. ids.sh
queryPica=$(curl -s https://wekan.test.picasoft.net/users/login -d 'username='"$username"'&password='"$password"'')
token=$(echo $queryPica | jq .token)
expirationDate=$(echo $queryPica | jq .tokenExpires)
echo $token
curl -X GET https://wekan.test.picasoft.net/api/boards \
-H 'Accept: application/json' \
-H 'Authorization: '"$token"''
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment