This commit is contained in:
Jason Ertel
2024-11-01 15:47:33 -04:00
parent fb73517fc1
commit 755cfb4e13

View File

@@ -243,6 +243,7 @@ function createClient() {
"response_types": [ "code" ],
"metadata": {
"note": "$note"
"searchUsername": ""
}
}
EOF
@@ -271,7 +272,7 @@ function update() {
"op": "replace",
"path": "/metadata",
"value": {
"note": "$note"
"note": "$note",
"searchUsername": "$searchusername"
}
}