File tree Expand file tree Collapse file tree 2 files changed +48
-0
lines changed
bruno_api_client/Assets REST API/PrivateApi Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ meta {
2+ name : system - active-users
3+ type : http
4+ seq : 5
5+ }
6+
7+ get {
8+ url : {{assetsUrl}}/private-api/system/active-users
9+ body : none
10+ auth : inherit
11+ }
12+
13+ settings {
14+ encodeUrl: true
15+ timeout: 0
16+ }
Original file line number Diff line number Diff line change 1+ meta {
2+ name : system - asset update start
3+ type : http
4+ seq : 5
5+ }
6+
7+ post {
8+ url : {{assetsUrl}}/private-api/system/asset/update/start
9+ body : json
10+ auth : inherit
11+ }
12+
13+ body:json {
14+ {
15+ "filterQuery" : " id:ASSET_ID" ,
16+ "extractMetadata" : false ,
17+ "reEmbedMetadata" : false ,
18+ "extractTextContent" : false ,
19+ "deleteRemovedAssetsFromIndex" : false ,
20+ "regenerateThumbnailsAndPreviews" : true ,
21+ "rebuildAutoCreatedRelations" : false ,
22+ "pruneBlacklist" : false ,
23+ "runExclusive" : false ,
24+ "pauseMillis" : 0 ,
25+ "numThreads" : 2
26+ }
27+ }
28+
29+ settings {
30+ encodeUrl: true
31+ timeout: 0
32+ }
You can’t perform that action at this time.
0 commit comments