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 7a1e8fe commit 9505632Copy full SHA for 9505632
web/src/polaris/configuration/fileGroup/model.ts
@@ -204,6 +204,11 @@ export async function releaseConfigFile(params: ReleaseConfigFileParams) {
204
const res = await apiRequest<ReleaseConfigFileResult>({
205
action: 'config/v1/configfiles/release',
206
data: params,
207
+ opts: {
208
+ headers: {
209
+ 'X-Polaris-Config-Release-Strict': 'true',
210
+ },
211
212
})
213
return res
214
}
0 commit comments