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

Add /metadata.set Endpoint #411

Closed
paulodiniz opened this issue Nov 30, 2020 · 0 comments · Fixed by #414
Closed

Add /metadata.set Endpoint #411

paulodiniz opened this issue Nov 30, 2020 · 0 comments · Fixed by #414
Assignees
Labels

Comments

@paulodiniz
Copy link
Contributor

paulodiniz commented Nov 30, 2020

The endpoint /metadata.set must be able to set a specific value to a key

POST /metadata.set

{
  "conversation_id": <conversation-id>,
  "key": "foo.bar",
  "value": "baz"
}
@paulodiniz paulodiniz self-assigned this Nov 30, 2020
@paulodiniz paulodiniz added this to To do in Engineering WIP via automation Nov 30, 2020
@paulodiniz paulodiniz moved this from To do to In progress in Engineering WIP Nov 30, 2020
Engineering WIP automation moved this from In progress to Done Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging a pull request may close this issue.

1 participant