Update a website formCopy Pageput https://vision-api.truepic.{tld}/v3/website-forms/{websiteFormId}Path ParamswebsiteFormIdstringrequiredThe ID of the website form.Body Paramsallowed_originsarray of stringsThe domains that the website form is allowed to be embedded on. URLs must include https:// and cannot include a path. An asterisk (*) can be used in place of the subdomain to allow any subdomain.allowed_originsADD stringinspection_type_idsarray of numbersThe IDs of the inspection types that can be created from the website form.inspection_type_idsADD numberis_email_requiredbooleanWhether the email field is required on the website form. Defaults to false.falsetruefalseis_phone_requiredbooleanWhether the phone field is required on the website form. Defaults to false.falsetruefalsenamestringThe name of the website form.should_show_addressbooleanWhether the address field should be shown on the website form when it is optional. The field is always shown if it is required by the inspection type. Defaults to false.falsetruefalseteam_idnumberThe ID of the team that the website form creates inspections within.Responses 200The request was successful. 400The request body couldn't be parsed. 401Authentication failed, or the user/client doesn't have permission to the requested resource. 403The user doesn't have permission to access the requested resource. 404The requested resource couldn't be found. 412A required property or parameter is missing from the request. 500An unexpected error occurred.Updated 4 months ago Get a website formDelete a website formDid this page help you?YesNo