mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-06 14:16:51 +08:00
add ListWorkflowTemplateVersions
This commit is contained in:
@@ -26,6 +26,12 @@ service WorkflowService {
|
||||
get: "/apis/v1beta1/{namespace}/workflow_templates/{uid}"
|
||||
};
|
||||
}
|
||||
|
||||
rpc ListWorkflowTemplateVersions (ListWorkflowTemplateVersionsRequest) returns (ListWorkflowTemplateVersionsResponse) {
|
||||
option (google.api.http) = {
|
||||
get: "/apis/v1beta1/{namespace}/workflow_templates/{uid}/versions"
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
message CreateWorkflowRequest {
|
||||
|
Reference in New Issue
Block a user