Added system/info endpoint, implement tagging

This commit is contained in:
2025-04-13 09:11:52 -04:00
parent c354ea6d78
commit d5bc4cafb8
17 changed files with 143 additions and 22 deletions

11
bruno/System/Info.bru Normal file
View File

@@ -0,0 +1,11 @@
meta {
name: Info
type: http
seq: 1
}
get {
url: {{API_URL}}/system/info
body: none
auth: inherit
}