Edit GZIP settingsAsk AIput https://{hostname}/api-definitions/v2/endpoints/{apiEndPointId}/versions/{versionNumber}/settings/gzipUpdates the GZIP compression settings configured for an endpoint version.Path ParamsversionNumberintegerrequiredThe unique identifier for the endpoint version.apiEndPointIdintegerrequiredThe unique identifier for the endpoint.Query ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamscompressResponsestringenumrequiredDefaults to ALWAYSThe type of GZIP compression configuration that you select, either ALWAYS for compressing all responses without restrictions, NEVER for no GZIP compression, or SAME_AS_ORIGIN for the same compression rules as specified for your origin server using the Content-Encoding header.ALWAYSNEVERSAME_AS_ORIGINAllowed:ALWAYSNEVERSAME_AS_ORIGINHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200The response reflects your updated GZIP settings. 400Bad request. Some of your request's input is invalid. 401Unauthorized. You aren't authorized to perform the action. 403Forbidden. You don't have permission to access the API endpoint. 404Not found. This API endpoint doesn't exist. 405Method not allowed. 415Unsupported Media Type.Updated about 1 month ago