Added system/info endpoint, implement tagging
This commit is contained in:
11
bruno/System/Info.bru
Normal file
11
bruno/System/Info.bru
Normal file
@@ -0,0 +1,11 @@
|
||||
meta {
|
||||
name: Info
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{API_URL}}/system/info
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
Reference in New Issue
Block a user