mirror of https://github.com/databricks/cli.git
12 lines
204 B
TOML
12 lines
204 B
TOML
|
RecordRequests = true
|
||
|
|
||
|
[[Server]]
|
||
|
Pattern = "POST /api/2.1/jobs/create"
|
||
|
Response.Body = '''
|
||
|
{
|
||
|
"error_code": "PERMISSION_DENIED",
|
||
|
"message": "Invalid access token."
|
||
|
}
|
||
|
'''
|
||
|
Response.StatusCode = 403
|