Method: organizations.apis.move

Moves an API proxy to a different space.

HTTP request

POST https://apigee.googleapis.com/v1/{name=organizations/*/apis/*}:move

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. API proxy to move in the following format: organizations/{org}/apis/{api}

Request body

The request body contains data with the following structure:

JSON representation
{
  "space": string
}
Fields
space

string

Optional. Resource ID of the space to move the proxy to. If unspecified, the proxy will be moved to the organization level.

Response body

If successful, the response body contains an instance of ApiProxy.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform