Skip to main content
PUT
Update website settings

Authorizations

Authorization
string
header
required

Enter your API key (starts with lindo_sk_)

Path Parameters

website_id
string
required

Unique identifier of the website

Example:

"website_abc123"

Body

application/json
business_name
string

Business name for the website

Example:

"My Business"

business_description
string

Business description

Example:

"A great business providing excellent services"

language
string

Language of the website

Example:

"en"

theme
object

Theme configuration for the website

Example:
robots
string

Robots.txt content for the website

Example:

"User-agent: *\nAllow: /"

custom_code_header
string

Custom code to inject in the header

Example:

"<script>console.log('header');</script>"

Custom code to inject in the footer

Example:

"<script>console.log('footer');</script>"

socials
object

Social media links for the website

Example:
fonts
object

Font configuration for the website

Example:

Response

Website settings updated successfully

success
enum<boolean>
required

Indicates the operation was successful

Available options:
true
Example:

true

result
object
required