Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TT-13271] Make enabled and allowedAuthorizeTypes required fields (#6673
) ### **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** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Enhancement</strong></td><td><table> <tr> <td> <details> <summary><strong>x-tyk-api-gateway.json</strong><dd><code>Add required fields to API Gateway schema</code> </dd></summary> <hr> apidef/oas/schema/x-tyk-api-gateway.json <li>Added "enabled" to the list of required fields.<br> <li> Added "allowedAuthorizeTypes" to the list of required fields.<br> </details> </td> <td><a href="https://github.com/TykTechnologies/tyk/pull/6673/files#diff-78828969c0c04cc1a776dfc93a8bad3c499a8c83e6169f83e96d090bed3e7dd0">+5/-1</a> </td> </tr> </table></td></tr></tr></tbody></table> ___ > 💡 **PR-Agent usage**: Comment `/help "your question"` on any pull request to receive relevant information
- Loading branch information