AI-generated Key Takeaways
-
This page describes the API to create a
Placement
object. -
The API uses an HTTP POST request to the specified URL.
-
A required
parent
path parameter is used to specify where thePlacement
will be created. -
The request and response bodies contain instances of the
Placement
object. -
Creating a placement requires the
https://www.googleapis.com/auth/admanager
OAuth scope.
API to create an Placement
object.
HTTP request
POST https://admanager.googleapis.com/v1/{parent}/placements
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource where this |
Request body
The request body contains an instance of Placement
.
Response body
If successful, the response body contains a newly created instance of Placement
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/admanager
For more information, see the OAuth 2.0 Overview.