adapter_settings must include the following properties: trigger_url, headers and payload.
netlifyOptional
adapter_settings must include the following properties: trigger_url, access_token, branch, site_id
vercelOptional
adapter_settings must include the following properties: project_id, token, branch, team_id, deploy_hook_url
circle_ciOptional
adapter_settings must include the following properties: project, token, revision, vcs, build_parameters
gitlabOptional
adapter_settings must include the following properties: trigger_url, token, ref, build_parameters
travisOptional
adapter_settings must include the following properties: api_token, repo, branch, config
attributes.indexing_enabledbooleanRequired
Wether Site Search is enabled or not. With Site Search, everytime the website is built, DatoCMS will respider it to get updated content
attributes.frontend_urlstring, nullRequired
The public URL of the frontend. If Site Search is enabled (indicated by indexing_enabled), this is the starting point from which the website's spidering will start
Example: "https://www.mywebsite.com/"
attributes.adapter_settingsobjectRequired
Additional settings for the build trigger. The value depends on the adapter.