My account
Update site
Update information about a site.
patch/sites/{site_id}
Path parameters
site_idstring required
The unique identifier of the site.
Request body
Example request
{
"name": "My Site",
"notification_url": "https://www.examplewebsite.com/order-updates",
"price_till": 100000,
"support_email": "support@mysite.com",
"support_phone": "+312012345678",
"url": "https://example.com/"
}Response
Request successful
Changes
No recorded changes to this endpoint across all 1 revision of this API.