Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bot content api fixes. #1050

Closed
wants to merge 4 commits into from

Conversation

nupur-khare
Copy link
Contributor

  1. Fixed api to save and update bot content.
  2. Fixed test cases.

def save_bot_text(
@router.post("/text/faq/{collection}", response_model=Response)
async def save_bot_text(
collection: str,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

default value??

@@ -107,7 +111,7 @@ def delete_bot_text(


@router.get("/text/faq", response_model=Response)
def get_text(
async def get_text(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dynamic filtering on collection fields?

Nupur Khare and others added 3 commits October 11, 2023 17:38
* telegram buttons

* Code coverage issue

---------

Co-authored-by: spatade <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants