Is there any posibility to register a flow via http? #3312
Answered
by
joshmeek
rizkyekoputra
asked this question in
Q&A
-
If yes, any docs about this? thanks |
Beta Was this translation helpful? Give feedback.
Answered by
joshmeek
Sep 14, 2020
Replies: 1 comment 5 replies
-
Hi @rizkyekoputra what exactly do you mean by register it over http? Currently registration happens over the GraphQL API by hitting the mutations |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
rizkyekoputra
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @rizkyekoputra what exactly do you mean by register it over http? Currently registration happens over the GraphQL API by hitting the mutations
create_flow_from_compressed_string
orcreate_flow
and those can be sent directly through a POST request.