schemas_v1_api_helpers_release - OmniCloudOrg/OmniOrchestrator GitHub Wiki
release (src/schemas/v1/api/helpers)
Path: src/schemas/v1/api/helpers/release.rs
Table of Contents
Public Items
async fn release
Definition
pub async fn release<'a>(
app_id: String,
release_version: String,
content_type: &ContentType,
data: Data<'a>,
) -> Result<Status, Status> {
// ... function body
}