Replies: 2 comments
-
Maybe we need an interface to modify whole namespace. i.e write multiple key values to namespace once. For example,
Request Body:
{
"keyValues": {
"timeout": "3000",
"thread": "10"
},
"comment":"gateway config",
"dataChangeLastModifiedBy":"zhanglea"
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
The Apollo portal offers two types of updates: For apollo openapi, I think it's better to reuse these 2 models for better code maintenance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
current api's document in
Maybe there are some api you want but not in the document, we can disscuss about them, and implement them.
Beta Was this translation helpful? Give feedback.
All reactions