fix: bridge_v2 tags were still bridge
This commit is contained in:
parent
5aac90ab4e
commit
238603a101
|
@ -266,7 +266,7 @@ schema("/bridges_v2/:id/:operation") ->
|
||||||
#{
|
#{
|
||||||
'operationId' => '/bridges_v2/:id/:operation',
|
'operationId' => '/bridges_v2/:id/:operation',
|
||||||
post => #{
|
post => #{
|
||||||
tags => [<<"bridges">>],
|
tags => [<<"bridges_v2">>],
|
||||||
summary => <<"Manually start a bridge">>,
|
summary => <<"Manually start a bridge">>,
|
||||||
description => ?DESC("desc_api7"),
|
description => ?DESC("desc_api7"),
|
||||||
parameters => [
|
parameters => [
|
||||||
|
@ -288,7 +288,7 @@ schema("/nodes/:node/bridges_v2/:id/:operation") ->
|
||||||
#{
|
#{
|
||||||
'operationId' => '/nodes/:node/bridges_v2/:id/:operation',
|
'operationId' => '/nodes/:node/bridges_v2/:id/:operation',
|
||||||
post => #{
|
post => #{
|
||||||
tags => [<<"bridges">>],
|
tags => [<<"bridges_v2">>],
|
||||||
summary => <<"Manually start a bridge">>,
|
summary => <<"Manually start a bridge">>,
|
||||||
description => ?DESC("desc_api8"),
|
description => ?DESC("desc_api8"),
|
||||||
parameters => [
|
parameters => [
|
||||||
|
|
Loading…
Reference in New Issue