How to import the key value pair from a file to apollo server #4902
Unanswered
jyotibhanot
asked this question in
Q&A
Replies: 2 comments 3 replies
-
You may use the import namespace feature. If you insist on using the curl command, then you need to get the session id and simulate the session information via cookie. |
Beta Was this translation helpful? Give feedback.
0 replies
-
What will be the curl to post a key value pair to grayscale? I am unable to find in documentation: https://www.apolloconfig.com/#/en/usage/apollo-open-api-platform?id=_3210-new-configuration-interface |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a test.properties file that has some data like:
key1 : value1
key2 : value2
How can I import these values in apollo using curl commands?
Beta Was this translation helpful? Give feedback.
All reactions