Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: deprecated to ruby template
  • Loading branch information
kai687 committed Apr 1, 2025
commit 8e06975ce29ff173737f8d9a1d333280f3e8c1b4
3 changes: 3 additions & 0 deletions templates/ruby/api.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ module {{moduleName}}
# - {{.}}
{{/x-acl}}
{{/vendorExtensions}}
{{#isDeprecated}}
# THIS OPERATION IS DEPRECATED
{{/isDeprecated}}
{{#allParams}}
{{#required}}
# @param {{paramName}} [{{{dataType}}}] {{{description}}} (required)
Expand Down