Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add P2 organization identifier to site SAL (#18007)
* Add P2 organization identifier to site SAL Summary: Fixes 1542-gh-p2 by adding P2 `organization_id` to sites' details. Test Plan: Sites' info should contain P2 organization_id if requested ``` ## cURL curl "https://[private link].2/me/sites?http_envelope=1&site_visibility=all&include_domain_only=true&site_activity=active&fields=ID,name,organization_id" \ -H 'Authority: [private link]' \ -H 'Accept: */*' ``` Reviewers: aerych, #lighthouse_team, migueluy Reviewed By: #lighthouse_team, migueluy Subscribers: migueluy Tags: #touches_jetpack_files Differential Revision: D53881-code This commit syncs r217904-wpcom. * SAL: Add P2 organization identifier (#18011) * SAL: One more PHPCS update (#18018) Co-authored-by: Brandon Kraft <[email protected]>
- Loading branch information