Skip to content

Commit 5f1bbd1

Browse files
committed
feat: add inject-sdk field
1 parent c50344e commit 5f1bbd1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

api-reference/openapi.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -2928,12 +2928,6 @@
29282928
"default": false,
29292929
"nullable": true
29302930
},
2931-
"max_decompressed_body_size": {
2932-
"type": "integer",
2933-
"description": "The maximum size, in bytes, of the decompressed body of a request that edgee will compute at the edge.",
2934-
"default": 6000000,
2935-
"nullable": true
2936-
},
29372931
"cookie_name": {
29382932
"type": "string",
29392933
"description": "The name of the cookie that edgee will use to store the session ID.",
@@ -2951,6 +2945,12 @@
29512945
"default": false,
29522946
"nullable": true
29532947
},
2948+
"inject_sdk": {
2949+
"type": "boolean",
2950+
"description": "Whether Edgee should inject the SDK into the html content.",
2951+
"default": false,
2952+
"nullable": true
2953+
},
29542954
"enforce_no_store_policy": {
29552955
"type": "boolean",
29562956
"description": "A boolean that indicates whether Edgee should enforce a `no-store` cache-control header on the responses that can be computed.",

0 commit comments

Comments
 (0)