Skip to main content
POST
/
api
/
public
/
v1
/
plugins
/
v2
/
route
/
update
Update route (V2)
curl --request POST \
  --url https://app.tagadapay.com/api/public/v1/plugins/v2/route/update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "deploymentInstanceId": "plugin_instance_abc123",
  "storeId": "store_abc123",
  "matcher": "/checkout/.*",
  "excluder": "/checkout/admin/.*",
  "priority": 10
}
'
{
  "message": "<string>",
  "code": "<string>",
  "issues": [
    {
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Body

application/json
deploymentId
string
required
storeId
string
required
matcher
string
required
deploymentInstanceId
string
routeId
string
hostname
string
alias
string
customDomain
string
basePath
string
default:/
excluder
string
priority
number

Response

Successful response