jeopardyQuestions
Number of APIs: 19
-
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
-
Update instances of the model matched by {{where}} from the data source. POST https://jma.mybluemix.net/api/jeopardyQuestions/update?where={{where}}
-
Create a change stream. POST https://jma.mybluemix.net/api/jeopardyQuestions/change-stream
-
Gets one random question GET https://jma.mybluemix.net/api/jeopardyQuestions/random
-
Gets list of categories GET https://jma.mybluemix.net/api/jeopardyQuestions/categories
-
Find all instances of the model matched by filter from the data source. GET https://jma.mybluemix.net/api/jeopardyQuestions?filter={{filter}}
-
Replace an existing model instance or insert a new one into the data source. PUT https://jma.mybluemix.net/api/jeopardyQuestions
-
Create a new instance of the model and persist it into the data source. POST https://jma.mybluemix.net/api/jeopardyQuestions
-
Patch an existing model instance or insert a new one into the data source. PATCH https://jma.mybluemix.net/api/jeopardyQuestions