Moves an API product to a different space.
HTTP request
POST https://apigee.googleapis.com/v1/{name=organizations/*/apiproducts/*}:move
The URL uses gRPC Transcoding syntax.
Path parameters
name
string
Required. API product to move in the following format: `organizations/{org}/apiproducts/{apiproduct}
Authorization requires the following IAM
permission on the specified resource name
:
-
apigee.apiproducts.move
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{ "space" : string } |
| Fields | |
|---|---|
space
|
Optional. Resource ID of the space to move the API product to. If unspecified, the API product will be moved to the organization level. |
Response body
If successful, the response body contains an instance of ApiProduct
.
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/cloud-platform

