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 03398e6 commit f0ea9d5
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 f0ea9d5

Please sign in to comment.