[null,null,["最后更新时间 (UTC):2024-08-23。"],[[["A WebResource represents a verified website or domain and includes its ID, URL/domain, and a list of owners, which always includes the authenticated user."],["You can verify ownership, retrieve, update, and delete WebResources using the provided methods."],["WebResource data includes an ID, owner list, and site information containing the identifier and type (e.g., website, Android app, domain)."],["`site.identifier` can be a domain name, a URL, or an Android app URL depending on the `site.type`."],["Several methods are available to manage WebResources, including inserting (verifying ownership), retrieving data, updating owner lists, deleting, listing all verified resources, and getting a verification token."]]],["A WebResource represents a verified website or domain, identified by an `id`, `site` (type and identifier), and a list of `owners`, which always includes the authenticated user. Key actions include using `insert` to verify ownership, `get`, `update`, and `delete` to manage existing resources, `list` to view verified sites, and `getToken` to obtain a verification token. Site `type` can be `ANDROID_APP`, `INET_DOMAIN`, or `SITE`, with corresponding identifier formats.\n"]]