crossid / accessbot

Streamline resource access grants with AI-Powered chatbot
https://www.crossid.io
Other
2 stars 0 forks source link

Cancel a conversation #80

Closed asaf closed 6 months ago

asaf commented 6 months ago

**Is your feature request related to a problem? The bot may start irrelevant / inappropriate threads, which may need to be cancelled immediately.

Describe the solution you'd like A new endpoint to cancel a conversation, if a conversation is chained to another than the second conversation should be cancelled as well.

ErezSha commented 6 months ago

I put the api endpoint at patch /{id}/.cancel to leave delete /{id} for archiving

asaf commented 6 months ago

@ErezSha I think you forgot to create a branch/PR

asaf commented 6 months ago

I put the api endpoint at patch /{id}/.cancel to leave delete /{id} for archiving

Why patch and not post? usually actions are POST.