Edit CORS settingsCopy Pageput https://{hostname}/api-definitions/v2/endpoints/{apiEndPointId}/versions/{versionNumber}/settings/corsPath ParamsversionNumberintegerrequiredapiEndPointIdintegerrequiredQuery ParamsaccountSwitchKeystringBody ParamsallowCredentialsbooleanDefaults to falsetruefalseallowedHeadersarray of stringsallowedHeadersADD stringallowedMethodsarray of stringsallowedMethodsADD stringallowedOriginsarray of stringsallowedOriginsADD stringenabledbooleanrequiredtruefalseexposedHeadersarray of stringsexposedHeadersADD stringpreflightMaxAgeintegerrequiredHeadersacceptstringenumDefaults to application/jsonapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200The response shows updated CORS data. 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 2 months ago