v1

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

Creates a resource file. Specify the Content-Type as application/octet-stream or multipart/form-data. For more information about resource files, see Resource files.

post/v1/{+parent}/resourcefiles

Path parameters

parentstring required

Required. Name of the environment in which to create the resource file in the following format: organizations/{org}/environments/{env}.

Query parameters

namestring

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

typestring

Required. Resource file type. {{ resource_file_type }}

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