====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
api2:knowledge_structure:knowledge_node [2017/11/22 16:46] maries |
api2:knowledge_structure:knowledge_node [2018/07/23 09:41] (current) maries |
||
---|---|---|---|
Line 12: | Line 12: | ||
| created_at | DateTime | Date of creation of the object | | | created_at | DateTime | Date of creation of the object | | ||
| updated_at | DateTime | Last time the object has been modified | | | updated_at | DateTime | Last time the object has been modified | | ||
+ | | difficulty | Float | Our estimation of how difficult this concept is to memorize | | ||
===Create (POST)=== | ===Create (POST)=== | ||
Line 23: | Line 24: | ||
| knowledge_graph_id* | Integer | The knowledge graph this knowledge node belongs to | | | knowledge_graph_id* | Integer | The knowledge graph this knowledge node belongs to | | ||
| name | String | Custom data | | | name | String | Custom data | | ||
- | | uid | String | The ID of this knowledge node in your Database. Useful if you cannot store the ID returned by the API | | + | | uid* | String | The ID of this knowledge node in your Database. Useful if you cannot store the ID returned by the API | |
==Send the request (JSON input example)== | ==Send the request (JSON input example)== |