mirror of https://github.com/databricks/cli.git
20 lines
379 B
Plaintext
20 lines
379 B
Plaintext
|
{
|
||
|
"method": "PATCH",
|
||
|
"path": "/api/2.0/apps/test-name",
|
||
|
"body": {
|
||
|
"description": "My app description.",
|
||
|
"name": "",
|
||
|
"resources": [
|
||
|
{
|
||
|
"description": "API key for external service.",
|
||
|
"name": "api-key",
|
||
|
"secret": {
|
||
|
"key": "my-key",
|
||
|
"permission": "READ",
|
||
|
"scope": "my-scope"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|