Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

[GenAI Stack Server RestAPI's] Data model for request body #113

@sunilgaddi

Description

@sunilgaddi
  • GenAI Stack version: 2.0.5
  • Python version: 3.8
  • Operating System: macOS Monterey

Description

Currently ETL RestAPI doesn't have a pydantic data model for Request Body. RestAPI's are built using the FastAPI framework and the documentation is autogenerated by the FastAPI itself.

image

from the above image the submit-job endpoint which is a post method and there is no information about the request body structure and type. so adding a data model would give the information about the request body.

Here are the documentations related to
GenAI Stack Server : https://genaistack.aiplanet.com/advanced-guide/genai_stack_server
API's Reference : https://genaistack.aiplanet.com/advanced-guide/openapi

Metadata

Metadata

Assignees

No one assigned

    Labels

    component;apisRest APIs related issuesenhancementNew feature or requestv0.2.0For issues related to GenAI Stack 0.2.0

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions