Updates website details using PATCH semantics. Undefined fields are not modified, null values clear the field. Supports business_name, business_description, custom_code_header, custom_code_footer, robots, language, and activated fields.
Enter your API key (starts with lindo_sk_)
Unique identifier of the website to update
"website_abc123"
Business name for the website. Set to null to clear.
"My Business"
Business description for the website. Set to null to clear.
"A great business providing excellent services"
Custom code to inject in the header. Set to null to clear.
"<script>console.log('header');</script>"
Custom code to inject in the footer. Set to null to clear.
"<script>console.log('footer');</script>"
Robots.txt content for the website. Set to null to clear.
"User-agent: *\nAllow: /"
Language code for the website (e.g., 'en', 'es'). Set to null to clear.
"en"
Whether the website is activated
true