Skip to content
TALA
Esc
navigateopen⌘Jpreview

Create a project

POST/api/projects
Request body
requiredapplication/json
object
Responses
201
Try it
Server
Bodyapplication/json
Request
curl -X POST "http://localhost:8000/api/projects" \
  -H "Content-Type: application/json" \
  -d '{}'
Response
No example response.