Skip to main content
PUT
/
connectors
/
{idOrKey}
/
files
/
{path}
Update connector file
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

idOrKey
string
required
path
string
required

Path to the file

Body

text/plain

File contents

The body is of type file.

Response

200 - application/json

File updated successfully, returns corrected path

path
string
required

The actual file path where the file was saved