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" ], "response_types": [ "code" ],
"metadata": { "metadata": {
"note": "$note" "note": "$note"
"searchUsername": ""
} }
} }
EOF EOF
@@ -271,7 +272,7 @@ function update() {
"op": "replace", "op": "replace",
"path": "/metadata", "path": "/metadata",
"value": { "value": {
"note": "$note" "note": "$note",
"searchUsername": "$searchusername" "searchUsername": "$searchusername"
} }
} }