Skip to content

Design schemas for requests/responses of new API #169

Description

@jeanetteclark

We also need to rework all/most of the API components along with the redesign.

Current list is (these are generated automatically from FastAPI)

  • Body_create_user_route_create_user_post
  • Body_token_token_post
  • CreateUserResponse
  • HTTPValidationError
  • OutputResponse
  • StatusResponse
  • SubmitRecipeRequest
  • SubmitRecipeResponse
  • TokenResponse
  • ValidationError
  • VersionResponse

New list would be something like this but obviously will depend on decisions related to #168

  • WorkflowSubmitRequest
  • WorkflowStatusResponse
  • WorkflowOutputResponse
  • UserCreateRequest
  • TokenResponse
  • VersionResponse
  • ErrorResponse
  • ValidationError

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

Status
Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions