From 8ed46875245056ba957e71739e499207b634c1cb Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 27 Feb 2024 15:32:33 -0800 Subject: [PATCH] add examples --- .github/workflows/zeusfyi_docs.yml | 1 + .openapi/mockingbird.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/zeusfyi_docs.yml b/.github/workflows/zeusfyi_docs.yml index c732b778..f2cc8615 100644 --- a/.github/workflows/zeusfyi_docs.yml +++ b/.github/workflows/zeusfyi_docs.yml @@ -40,3 +40,4 @@ jobs: --token ${{ secrets.DEPOT_TOKEN }} \ --provenance=false \ -f docker/docusaurus/Dockerfile . --push + diff --git a/.openapi/mockingbird.yaml b/.openapi/mockingbird.yaml index 5d25dc27..688c58c7 100644 --- a/.openapi/mockingbird.yaml +++ b/.openapi/mockingbird.yaml @@ -431,7 +431,7 @@ paths: /workflows/ai: post: summary: Create Workflow Request - description: "Submits a request to create or update a workflow, including task models, evaluations, and analyses." + description: "Submits a request to create or update a workflow, including task models, evaluations, and analyses. Returns run id if successful." operationId: postWorkflowsRequest tags: - Workflows