Skip to content
Pile
Esc
navigateopen⌘Jpreview

Update agent environment

PUT/workspaces/{organizationId}/agent/environment
Path parameters
organizationIdstringrequired
Request body
application/json
pathstringrequired
min length 1
contentstringrequired
Responses
200File saved
pathstringrequired
contentstringrequired
createdAtstringrequired
updatedAtstringrequired
Try it
Server
Parameters
Bodyapplication/json
Request
curl -X PUT "/workspaces/string/agent/environment" \
  -H "Content-Type: application/json" \
  -d '{
  "path": "string",
  "content": "string"
}'
Response
{
  "path": "string",
  "content": "string",
  "createdAt": "string",
  "updatedAt": "string"
}