post
https://expert.inskill.ai/public/apiv3/products//push
Push a product from the authoring environment to production. This exports the product's complete structure and imports it into the corresponding product on the production server.
The push operation:
- Exports the product as JSON (same structure as the export endpoint)
- Sends the JSON to the production server's import endpoint
- Returns the import result from the production server
Requirements:
- The product must exist on both the authoring and production servers
- The product's
bundle_idmust match between environments - The account's API key must be valid on the production server
Side Effects:
- On success, the product's
last_pushedtimestamp is updated to matchlast_updated - A user log entry is created for the push action
Note: This endpoint is only meaningful on the authoring server.
