Page cover image

Update Website

Update a single website that is in your account.

PATCH https://getgeoflow.com/beta/api/update-website/:siteID

Update a single website in your Geoflow account by passing a new name or URL. If for any reason you need to modify the site ID, please contact support.

Path Parameters

Name
Type
Description

siteID*

String

Your Webflow Site ID

Headers

Name
Type
Description

Content-Type*

String

application/json

Authorization*

String

Bearer <TOKEN>

Request Body

Name
Type
Description

websiteURL

String

Valid Website URL with HTTPS

websiteName

String

Your Website Name

{
    "status": 200,
    "message": "Success",
    "description": "Your website was successfully updated in your Geoflow account."
}

Last updated

Was this helpful?