Maciej Lizewski created CONNECTORS-751:
------------------------------------------

             Summary: API not correctly handling "minimal" switch in scheduler 
configuration
                 Key: CONNECTORS-751
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-751
             Project: ManifoldCF
          Issue Type: Bug
          Components: API
            Reporter: Maciej Lizewski


API does not properly handle changes to job configuration when there is 
scheduler configuration with 'requestminimum' attribute. When I post job 
configuration, I get:

HTTP/1.1 400 Unrecognized field in schedule record: 'requestminimum'

which is caused because scheduler configuration is something like:

"schedule":{
  "requestminimum":"false",
  "hourofday":{
    "value":"22"
  },
  "minutesofhour":{
    "value":"0"
  }
}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to