Replies: 1 comment
-
The question was asked multiple times. The answer is here: |
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
-
I have a question and need an answer immediately. There is a restriction which is defined in insightshub (Insights Hub Release Notes mention change in AssetManager api behaviour) release document. In this document, basicly it says "If there is any usage at the end of the requests with backslash / , it should be removed ". As you see below, there is no backslash at the end of the request explained under well-formed requests.
Currently, we are using "@mindconnect/mindconnect-nodejs": "3.22.0". I need to know, is there any usage in this version or if there is an usage in any version, which version is the proper to upgrade?
Examples of malformed requests:
GET https://gateway.\Unknown macro: {region}-{environment}.{domain}/api/.../v3/.../{Id}/{Name}/
Examples of well-formed requests:
GET https://gateway.\Unknown macro: {region}-{environment}.{domain}/api/.../v3/.../{Id}/{Name}
Beta Was this translation helpful? Give feedback.
All reactions