Skip to content

Commit

Permalink
docs(openapi): add run status object to openapi definition
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineDao committed Feb 16, 2021
1 parent c4c95ba commit 4b3a76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class JobSchemas(BaseModel):
"url": "./queenbee_inheritance.json"
}

models = [Recipe, Plugin, Job, RepositoryIndex, RecipeInterface, JobStatus]
models = [Recipe, Plugin, Job, RepositoryIndex, RecipeInterface, JobStatus, RunStatus]
openapi = get_openapi(
models,
title='Queenbee Schema',
Expand Down

0 comments on commit 4b3a76e

Please sign in to comment.