From 36afb486cd2cd59c49cc7f710c580ca74d9f9e59 Mon Sep 17 00:00:00 2001 From: Laurentiu Date: Thu, 7 Nov 2024 11:06:17 +0200 Subject: [PATCH] [TT-13271] Make enabled and allowedAuthorizeTypes required fields (#6673) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### **PR Type** enhancement ___ ### **Description** - Added "enabled" and "allowedAuthorizeTypes" as required fields in the API Gateway schema to ensure these fields are always provided. ___ ### **Changes walkthrough** 📝
Relevant files
Enhancement
x-tyk-api-gateway.json
Add required fields to API Gateway schema                               

apidef/oas/schema/x-tyk-api-gateway.json
  • Added "enabled" to the list of required fields.
  • Added "allowedAuthorizeTypes" to the list of required fields.
  • +5/-1     
    ___ > 💡 **PR-Agent usage**: Comment `/help "your question"` on any pull request to receive relevant information