Add a preview background file linked to a production.

POST /data/projects/{project_id}/settings/preview-background-files

Path parameters

Responses

  • 201

    Preview background file added to production

POST /data/projects/{project_id}/settings/preview-background-files
curl \
 -X POST http://localhost:8080/api/data/projects/{project_id}/settings/preview-background-files \
 -H "Authorization: $API_KEY"