Skip to content

Commit b1ddfea

Browse files
committed
Add Bruno requests for undocumented API calls used by the Assets UI.
1 parent 1086f92 commit b1ddfea

16 files changed

+144
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
Add Bruno requests for undocumented API calls used by the Assets UI.
4+
35
## 9.5.1 - 2025-11-21
46

57
PHP 8.5 is now supported.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
meta {
2+
name: enterprise-server
3+
type: http
4+
seq: 1
5+
}
6+
7+
get {
8+
url: {{assetsUrl}}/private-api/enterprise-server
9+
body: none
10+
auth: inherit
11+
}
12+
13+
settings {
14+
encodeUrl: true
15+
timeout: 0
16+
}
17+
18+
docs {
19+
Undocumented API call used by the Assets UI
20+
}

bruno_api_client/Assets REST API/PrivateApi/system - active-users.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
meta {
22
name: system - active-users
33
type: http
4-
seq: 5
4+
seq: 2
55
}
66

77
get {

bruno_api_client/Assets REST API/PrivateApi/system - asset update start.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
meta {
22
name: system - asset update start
33
type: http
4-
seq: 5
4+
seq: 3
55
}
66

77
post {
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
meta {
2+
name: fieldinfo
3+
type: http
4+
seq: 8
5+
}
6+
7+
get {
8+
url: {{assetsUrl}}/services/fieldinfo
9+
body: none
10+
auth: inherit
11+
}
12+
13+
settings {
14+
encodeUrl: true
15+
timeout: 0
16+
}
17+
18+
docs {
19+
Undocumented API call used by the Assets UI
20+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
meta {
2+
name: plugin info
3+
type: http
4+
seq: 12
5+
}
6+
7+
get {
8+
url: {{assetsUrl}}/services/plugin/info?localeChain=en_US
9+
body: none
10+
auth: inherit
11+
}
12+
13+
params:query {
14+
localeChain: en_US
15+
}
16+
17+
settings {
18+
encodeUrl: true
19+
timeout: 0
20+
}
21+
22+
docs {
23+
Undocumented API call used by the Assets UI
24+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
meta {
2+
name: profile
3+
type: http
4+
seq: 13
5+
}
6+
7+
get {
8+
url: {{assetsUrl}}/services/profile
9+
body: none
10+
auth: inherit
11+
}
12+
13+
settings {
14+
encodeUrl: true
15+
timeout: 0
16+
}
17+
18+
docs {
19+
Undocumented API call used by the Assets UI
20+
}

bruno_api_client/Assets REST API/Service/promote.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
meta {
22
name: promote
33
type: http
4-
seq: 12
4+
seq: 14
55
}
66

77
post {

bruno_api_client/Assets REST API/Service/remove relation.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
meta {
22
name: remove relation
33
type: http
4-
seq: 14
4+
seq: 16
55
}
66

77
post {

bruno_api_client/Assets REST API/Service/remove.bru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
meta {
22
name: remove
33
type: http
4-
seq: 13
4+
seq: 15
55
}
66

77
post {

0 commit comments

Comments
 (0)