feat: add the `get /source_types` endpoint to return all supported source
This commit is contained in:
parent
f4e20f8fc9
commit
485d8dbbdb
|
@ -127,7 +127,7 @@ paths() ->
|
||||||
"/sources/:id/metrics",
|
"/sources/:id/metrics",
|
||||||
"/sources/:id/metrics/reset",
|
"/sources/:id/metrics/reset",
|
||||||
"/sources_probe"
|
"/sources_probe"
|
||||||
%% "/source_types"
|
"/source_types"
|
||||||
].
|
].
|
||||||
|
|
||||||
error_schema(Code, Message) ->
|
error_schema(Code, Message) ->
|
||||||
|
|
Loading…
Reference in New Issue