PATCH /v2/project_data/:id
Update a project datum
PUT /v2/project_data/:id
Update a project datum
live_help Notes
assignment
This action requires one of theses roles:
Advanced tutor
group_work
Requires following application scopes:
projects
settings Params
| Param name | Description |
|---|---|
| id |
required
. Must be String
The requested id |
| project_data | optional , nil allowed . Must be a Hash |
| project_data[coordinates] |
optional
. Must be String
The project coordinates for the graph as a string, such as: “[x, y]” |
| project_data[kind] |
optional
. Must be one of: project, rush, exam, first_internship, second_internship, big_project, piscine, part_time.
|
| project_data[project_session_id] | optional . Must be Fixnum |
| project_data[by] |
optional
. Must be String
The link path, under the “[[project_id, x1, y1, x2, y2], []]” format |