/api/v0/deployments
application/json
1
512
^[a-f0-9]+$
64
200
^\/[a-z0-9\-_/]*\/$
curl -X POST "https://api.example.com/api/v0/deployments" \ -H "Content-Type: application/json" \ -d '{ "files": [ { "path": "string", "hash": "string" } ], "projectId": "string", "branch": "string", "preview": true, "name": "string", "basePath": "string" }'