Method: organizations.environments.resourcefiles.update

Updates a resource file.

Specify the Content-Type as application/octet-stream or multipart/form-data.

For more information about resource files, see Resource files.

HTTP request

PUT https://apigee.googleapis.com/v1/{parent=organizations/*/environments/*}/resourcefiles/{type}/{name}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Name of the environment in the following format: organizations/{org}/environments/{env}.

Authorization requires the following IAM permission on the specified resource parent:

  • apigee.resourcefiles.update
type

string

Required. Resource file type. Valid types include java, js, jsc, properties, py, wsdl, xsd, or xsl. For more information, see Resource types.

name

string

Required. ID of the resource file to update. Must match the regular expression: [a-zA-Z0-9:/\!@#$%^&{}[]()+-=,.~'` ]{1,255}

Request body

The request body contains an instance of HttpBody.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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