mirror of https://github.com/databricks/cli.git
8 lines
96 B
TOML
8 lines
96 B
TOML
|
[[Server]]
|
||
|
Pattern = "POST /telemetry-ext"
|
||
|
Response.Body = '''
|
||
|
{
|
||
|
"numProtoSuccess": 2
|
||
|
}
|
||
|
'''
|