api_v1_helpers_release - OmniCloudOrg/OmniOrchestrator GitHub Wiki
release (src/api/v1/helpers)
Path: src/api/v1/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
}