Skip to main content
PUT
/
integrations
/
{idOrKey}
/
parameters
Set integration parameters
curl --request PUT \
  --url https://api.getmembrane.com/integrations/{idOrKey}/parameters \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Documentation Index

Fetch the complete documentation index at: https://docs.getmembrane.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

idOrKey
string
required

Body

application/json
{key}
object

Response

204

Operation completed successfully