Skip to main content
POST
/
api
/
public
/
v1
/
plugins
/
v2
/
instance
/
config
Update instance config (V2)
curl --request POST \
  --url https://app.tagadapay.com/api/public/v1/plugins/v2/instance/config \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "deploymentInstanceId": "plugin_instance_abc123",
  "storeId": "store_abc123",
  "config": {
    "primaryColor": "#00ff00",
    "apiKey": "new-api-key"
  }
}'
"<any>"

Authorizations

Authorization
string
header
required

Enter your API key as: Bearer your-api-key

Body

application/json
instanceId
string
required
config
object
required

Response

Successful response

The response is of type any.