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.
1 parent cca351a commit 865db01Copy full SHA for 865db01
tools/cli/internal/openapi/filter/info.go
@@ -49,6 +49,6 @@ func replaceVersion(input string, v *apiversion.APIVersion) string {
49
return input // No match found, return the original string
50
}
51
52
- replacement := fmt.Sprintf("application/vnd.atlas.%s+%s", v.String(), matches[5])
+ replacement := fmt.Sprintf("application/vnd.atlas.%s+%s", v.String(), matches[6])
53
return apiversion.ReplaceContentType(input, replacement)
54
0 commit comments