Account configuration update
PATCH/accounts/me/google-search-console
Update the Google Search Console siteUrl for the authenticated account.
Request
- application/json
Body
required
site_url string
Possible values: Value must match regular expression ^(https?://|sc-domain:)\S+
Responses
- 200
- 401
- 412
- 422
Google Search Console configuration updated on the account
- */*
- Schema
- Example (from schema)
Schema
account int32
siteUrl string
{
"account": 0,
"siteUrl": "string"
}
Unauthorized
- */*
- Schema
- Example (from schema)
Schema
account int32
siteUrl string
{
"account": 0,
"siteUrl": "string"
}
GSC api denied or missing
- */*
- Schema
- Example (from schema)
Schema
account int32
siteUrl string
{
"account": 0,
"siteUrl": "string"
}
Validation error
- */*
- Schema
- Example (from schema)
Schema
account int32
siteUrl string
{
"account": 0,
"siteUrl": "string"
}