jeopardyQuestions
Number of APIs: 19
-
Replace an existing model instance or insert a new one into the data source. POST https://jma.mybluemix.net/api/jeopardyQuestions/replaceOrCreate
-
Update an existing model instance or insert a new one into the data source based on the where criteria. POST https://jma.mybluemix.net/api/jeopardyQuestions/upsertWithWhere?where={{where}}
-
Check whether a model instance exists in the data source. GET https://jma.mybluemix.net/api/jeopardyQuestions/:id/exists
-
Replace attributes for a model instance and persist it into the data source. PUT https://jma.mybluemix.net/api/jeopardyQuestions/:id
-
Patch attributes for a model instance and persist it into the data source. PATCH https://jma.mybluemix.net/api/jeopardyQuestions/:id
-
Check whether a model instance exists in the data source. HEAD https://jma.mybluemix.net/api/jeopardyQuestions/:id
-
Replace attributes for a model instance and persist it into the data source. POST https://jma.mybluemix.net/api/jeopardyQuestions/:id/replace
-
Gets list of categories GET https://jma.mybluemix.net/api/jeopardyQuestions/categories
-
Find first instance of the model matched by filter from the data source. GET https://jma.mybluemix.net/api/jeopardyQuestions/findOne?filter={{filter}}
-
Update instances of the model matched by {{where}} from the data source. POST https://jma.mybluemix.net/api/jeopardyQuestions/update?where={{where}}