mirror of https://github.com/databricks/cli.git
8 lines
96 B
TOML
8 lines
96 B
TOML
|
[[Server]]
|
||
|
Pattern = "POST /api/2.1/jobs/create"
|
||
|
Response.Body = '''
|
||
|
{
|
||
|
"job_id": 1111
|
||
|
}
|
||
|
'''
|