more progress

This commit is contained in:
2024-01-02 17:46:10 +11:00
parent 2e55e27828
commit 3e371360ec
2 changed files with 70 additions and 12 deletions

View File

@@ -27,7 +27,7 @@
"method": "GET",
"description": "List secrets",
"header": {
"Authorization": "Bearer %access_token%"
"Authorization": "Bearer %ACCESS_TOKEN%"
},
"body": {
"Hostname":"host999.cdc.home",
@@ -53,7 +53,7 @@
"capture": {
"test1": {
"body": {
"access_token": "access_token"
"access_token": "%ACCESS_TOKEN%"
}
}
}