PATCH
/
websites
/
{hostname}
curl --request PATCH \
  --url http://localhost:8080/websites/{hostname} \
  --header 'Content-Type: application/json' \
  --data '{
  "hostname": "<string>"
}'
{
  "hostname": "<string>",
  "summary": {
    "visitors": 123
  }
}

Authorizations

_me_sess
string
cookierequired

Session token for authentication.

Path Parameters

hostname
string
required

Hostname for the website.

Cookies

_me_sess
string
required

Session token for authentication.

Body

application/json
hostname
string

Response

200 - application/json
hostname
string
required
summary
object