Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TT-12635] Update swagger.yml with ExtendedPathsSet.RateLimitMeta (#6417
) ### **User description** https://tyktech.atlassian.net/browse/TT-12635 ___ ### **PR Type** enhancement, documentation ___ ### **Description** - Updated the API version in `swagger.yml` from 5.4.0 to 5.5.0. - Added a new `RateLimitMeta` object definition to configure rate limits per API path. - Included a `rate_limit` property in the `ExtendedPathsSet` object, referencing the new `RateLimitMeta`. ___ ### **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>swagger.yml</strong><dd><code>Add RateLimitMeta and update API version</code> </dd></summary> <hr> swagger.yml <li>Updated API version from 5.4.0 to 5.5.0<br> <li> Added <code>RateLimitMeta</code> object definition<br> <li> Included <code>rate_limit</code> property in <code>ExtendedPathsSet</code><br> </details> </td> <td><a href="https://github.com/TykTechnologies/tyk/pull/6417/files#diff-8f3c4cb253eee09ae2401daa7279a8bbfbfd4168bb579c3ac0ee5c672d63bb2c">+28/-1</a> </td> </tr> </table></td></tr></tr></tbody></table> ___ > 💡 **PR-Agent usage**: >Comment `/help` on the PR to get a list of all available PR-Agent tools and their descriptions --------- Co-authored-by: Tit Petric <[email protected]>
- Loading branch information