surrealist / dev-dynamo

0 stars 11 forks source link

Update project info #10

Closed surrealist closed 1 year ago

surrealist commented 1 year ago
PUT /api/v1/projects/{project_id}
{
   "title": "new title",
   "description": "new description"
}

When success return 204 No Content

S43493 commented 1 year ago

rabbit

S43493 commented 1 year ago

Done