write_file
Create or overwrite a project file under Features/ or Configurations/.
Request
PUT /api/v1/ops/projects/{project}/files/contentParameter
In
Type
Required
Description
curl -X PUT -H "Authorization: Bearer $TESTVIBE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"path": "Configurations/Mobile.config.js", "content": "module.exports = { … };"}' \
"$TESTVIBE_SERVER/api/v1/ops/projects/$PROJECT/files/content"testvibe files put Configurations/Mobile.config.js --file ./mobile.config.jsResponse
{ "ok": true }Errors
HTTP
When
Last updated
Was this helpful?
