Last updated 4 months ago
Update the workspace with a given ID.
URL: /workspaces/{id}
/workspaces/{id}
Method: PUT
PUT
Code : 200 OK
200 OK
Example:: GET /workspaces/1
GET /workspaces/1
Payload: a workspace with the following properties:
workspace
Example:: PUT /workspaces/1 with the following body:
PUT /workspaces/1
Response:
{ "source": "string" }
{ "source": "4 + 5" }
{ "id": 1, "source": "4 + 5" }