Schedule job

post
Authorizations
Header parameters
AuthorizationstringRequired
Body
jobIdstringRequired
schedulestringRequired
Responses
200
Ok
application/json
post
POST //multicall/schedule-job HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 34

{
  "jobId": "text",
  "schedule": "text"
}
200

Ok

{
  "success": true,
  "message": "text",
  "data": null
}