utility

Get the contents of a file at a given path

Get the contents of a file at a given path relative to the root directory

post/v1/devboxes/{id}/lsp/file

Path parameters

idstring required

The id of the devbox.

Request body

pathstring required

Response

The contents of the file and the full path to the file

fullPathstring required
pathstring required
contentsstring required

Changes