Skip to main content
POST
/
sandbox-sessions
/
{session_id}
/
files
Write Sandbox Files
curl --request POST \
  --url https://api.veryfront.com/sandbox-sessions/{session_id}/files \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "files": [
    {
      "path": "<string>",
      "content": "<string>"
    }
  ]
}
'
{}

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

session_id
string<uuid>
required

Sandbox session UUID.

Body

application/json
files
object[]
required

Response

Write result.

The response is of type object.