Skip to content
TALA
Esc
navigateopen⌘Jpreview

Update a project

PATCH/api/projects/{id}
Path parameters
idstringrequired
Request body
requiredapplication/json
object
Responses
200
Try it
Server
Parameters
Bodyapplication/json
Request
curl -X PATCH "http://localhost:8000/api/projects/string" \
  -H "Content-Type: application/json" \
  -d '{}'
Response
No example response.