{
	"name": "FireIde.API.Fs.Update",
	"Web.Endpoint": "POST /fs/*",
	"json": {
		"@scopeSet(fsPath)": {
			"@index(express.req.params)": 0
		},
		"@FireIde.Core.Fs.UpdateFile": {
			"path": {
				"@get(fsPath)": null
			},
			"content": {
				"@get(express.req.body.content)": null
			}
		}
	}
}