REST Resource: accounts.platforms.childAccounts.sites
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-22 UTC.
[null,null,["Last updated 2025-01-22 UTC."],[[["The `PlatformChildSite` resource represents a transparent platform child site, containing information such as its name, domain, and platform group."],["The `PlatformChildSite` resource uses a JSON format with fields like `name`, `domain`, and `platformGroup`."],["The `name` field is a string identifier with a specific format that includes account, platform, child account, and site details."],["Two methods, `list` and `patch`, are available to interact with `PlatformChildSite` resources, enabling the listing and updating of child sites."]]],["The content describes the `PlatformChildSite` resource, representing a child site within a platform. Its JSON structure includes a `name` identifier, `domain` URL, and `platformGroup` resource name. Key actions involve managing these resources through two methods: `list`, which retrieves a list of child sites for a specific child account, and `patch`, which enables updating an existing child site's properties.\n"]]