Creates or updates a file or folder for an application by its ID.
appId-orgId
./
to create a folder.success
if successful, error
if not.error
if not successful.UNAUTHORIZED
: The user is not authenticated or lacks sufficient permissions.FORBIDDEN
: The user does not have permission to access the application.APP_NOT_FOUND
: The specified application does not exist.PLAN_RESTRICTED_FEATURE
: The user’s plan does not support file manager access (except for vertracloud.config
).MISSING_PATH
: The path query parameter was not provided.MISSING_CONTENT
: The content body parameter is required for files.INVALID_PATH
: The provided path is invalid.INVALID_CONFIG
: The vertracloud.config
file content is invalid.INVALID_MEMORY
: The requested memory in vertracloud.config
is invalid or exceeds plan limits.PUT_FILE_FAILED
: Failed to create or update the file or folder.OWNER_APP_WITHOUT_LIMITS
: The owner’s plan limits could not be found.