We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b88315 + 6e5d71a commit 01c765fCopy full SHA for 01c765f
uploadApplicationFile.sh
@@ -17,7 +17,7 @@ RESPONSE=$(curl -s "$MESHERY_SERVER_BASE_URL/api/pattern/import" \
17
-H 'Accept: */*' \
18
-H 'Connection: close' \
19
-H 'Content-Type: application/json' \
20
- -H "Cookie: meshery-provider=Meshery; token=$MESHERY_TOKEN;" \
+ -H "Cookie: meshery-provider=Layer5; token=$MESHERY_TOKEN;" \
21
--request POST \
22
--data "{ \"name\": \"autogenerated\", \"file_name\" : \"manifest.yml\", \"file\" :$MESHERY_PATTERN_FILE }" )
23
0 commit comments