Toggle Migration Mode

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

product_id
string
required
ID of the Product

Update admin panel for a product.

migration_mode
boolean
Defaults to false
If migration mode is on, Canopy will not autogenerate statements for this account.

truefalse

``200 Migration Mode updated successfully

``401

Unauthorized.

``403

Forbidden.

``422

Invalid input

``429

Too many requests.

``default

Unexpected Error.

Updated about 1 year ago


ShellNodeRubyPHPPython

Bearer

Base URL
https://Contact sales to enable your sandbox/products/{product_id}/migration_mode


xxxxxxxxxx

curl --request PUT \
 
     --url https://contact/%20sales%20to%20enable%20your%20sandbox/products/product_id/migration_mode \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '\n
{
  "migration_mode": false
}

'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

``200

Updated about 1 year ago