buerokratt / Training-Module

MIT License
2 stars 16 forks source link

REST service to delete an existing Rasa entity #123

Open turnerrainer opened 1 year ago

turnerrainer commented 1 year ago

AS AN Architect I WANT TO have a REST service to delete an existing Rasa entity SO THAT there wouldn't be any duplicate services for it

Acceptance Criteria

Examples

Input domain.yml

entities:
  - asukoht
  - nimi
  - aadress

Output after a request to delete "nimi"

entities:
  - asukoht
  - aadress
janyprus commented 1 year ago

sample input for /rasa/entities/delete

{
    "entity_name": "nimi"
}
turnerrainer commented 1 year ago

@janyprus please link this issue with an appropriate pull request.

janyprus commented 1 year ago

Pull request #179

ExiRain commented 9 months ago

Pull request : 254 Currently working but Ruuter causing sometimes a bug when guard is failing, this issue is being handled.

turnerrainer commented 8 months ago

Blocked due to #289

Kristjan259 commented 7 months ago

Gives 300 error code when trying to delete an existing entitiy