v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13134345498.3 KB
organizations

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.

put/v1/{+parent}/resourcefiles/{type}/{name}

Path parameters

parentstring required

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

typestring required

Required. Resource file type. {{ resource_file_type }}

namestring required

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

Request body

datastring byte

The HTTP request/response body as raw binary.

contentTypestring

The HTTP Content-Type header value specifying the content type of the body.

extensionsobject[]

Application specific response metadata. Must be set in the first response for streaming APIs.

Response

Successful response