Save contents of a file to the site installation.Ask AIput https://api.rocket.net/v1/sites/{id}/filesFor a given site, save new content to existing file in the site installation.Path ParamsidintegerrequiredID of the Site you are interacting withBody ParamsUpload a new file.filestringrequiredName of the filepathstringrequiredPath to the filecontentstringrequiredContent of the fileResponses 200OK 400Bad Request 401Authentication failed 403Not authorized to access endpoint 404Given site not found for user 405Invalid input 500Internal errorUpdated 6 months ago