cURL
curl --request PUT \ --url https://api.getmembrane.com/connectors/{idOrKey}/files/{path} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: text/plain' \ --data '<string>'
{ "path": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Path to the file
File contents
The body is of type file.
file
File updated successfully, returns corrected path
The actual file path where the file was saved
Was this page helpful?