Skip to content

Commit

Permalink
feat: add name field to stream route
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Jul 20, 2024
1 parent c4a917b commit 0e64fc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apisix/schema_def.lua
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,7 @@ _M.stream_route = {
type = "object",
properties = {
id = id_schema,
name = rule_name_def,
desc = desc_def,
create_time = timestamp_def,
update_time = timestamp_def,
Expand Down

0 comments on commit 0e64fc6

Please sign in to comment.