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 16895e5 commit ee400baCopy full SHA for ee400ba
lib/stack/contentType/entry/index.js
@@ -26,7 +26,7 @@ export function Entry (http, data) {
26
27
if (data && data.entry) {
28
this.apiVersion = data.api_version || undefined;
29
- if (this.apiVersion) {
+ if (this.apiVersion && !this.stackHeaders.api_version) {
30
this.stackHeaders.api_version = this.apiVersion;
31
}
32
Object.assign(this, cloneDeep(data.entry))
0 commit comments