mirror of https://github.com/databricks/cli.git
9 lines
114 B
TOML
9 lines
114 B
TOML
|
[[Server]]
|
||
|
Pattern = "POST /telemetry-ext"
|
||
|
Response.Body = '''
|
||
|
{
|
||
|
"errors": [],
|
||
|
"numProtoSuccess": 1
|
||
|
}
|
||
|
'''
|