23 lines
234 B
Plaintext
23 lines
234 B
Plaintext
meta {
|
|
name: Change job status
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
patch {
|
|
url: {{url}}/api/utils/croner/stop
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"name": "open-dock-monitor"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|