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 |
Developer Warning: Never share your API key with anyone or add it to client-side code. Where possible, use environment variables in your backend to keep your API key secure.
Last updated
Was this helpful?