Skip to content

Commit 74b85a1

Browse files
author
zhe_mstr
committed
fix comments
1 parent 23b5160 commit 74b85a1

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

docs/common-workflows/administration/distribution-services/manage-subscriptions/create-and-get-a-subscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ Sample Response
332332
[
333333
{
334334
"id": "C1E141E611D603A2100086B3A5E8F8A4",
335-
"name": "Strategy Web User"
335+
"name": "MicroStrategy Web User"
336336
}
337337
]
338338
```

docs/common-workflows/administration/distribution-services/manage-subscriptions/create-subscription-for-multi-content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ Sample Response
358358
"recipients": [
359359
{
360360
"id": "C1E141E611D603A2100086B3A5E8F8A4",
361-
"name": "Strategy Web User",
361+
"name": "MicroStrategy Web User",
362362
"isGroup": false,
363363
"type": "user",
364364
"includeType": "TO",

docs/common-workflows/administration/distribution-services/manage-subscriptions/create-subscription-with-prompted-content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Sample Request
159159

160160
```bash
161161
curl -X GET -b ~/cookie-jar.txt --header 'Accept: application/json'
162-
--header 'X-MSTR-AuthToken: {AuthToken}' https://demo.microstrategy.com/MicroStrategyLibrary/api/users?nameBegins=Strategy Web User&fields=name,id
162+
--header 'X-MSTR-AuthToken: {AuthToken}' https://demo.microstrategy.com/MicroStrategyLibrary/api/users?nameBegins=MicroStrategy Web User&fields=name,id
163163
```
164164

165165
Sample Response
@@ -170,7 +170,7 @@ Sample Response
170170
[
171171
{
172172
"id": "",
173-
"name": "Strategy Web User"
173+
"name": "MicroStrategy Web User"
174174
}
175175
]
176176
```

docs/common-workflows/administration/manage-licensing/license-audit-compliance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,11 @@ Sample Response Body:
158158
"auditTime": "2023-05-04T10:47:46.766Z",
159159
"contactLicenses": [],
160160
"userGroups": [
161-
["3D0F5EF8978D4AE086012C196BF01EBA", "Strategy Groups"],
161+
["3D0F5EF8978D4AE086012C196BF01EBA", "MicroStrategy Groups"],
162162
["5F3FAFE011D2D8CC6000CC8E67019608", "System Monitors"],
163163
["5F3FAFE111D2D8CC6000CC8E67019608", "System Administrators"],
164164
["C82C6B1011D2894CC0009D9F29718E4F", "Everyone"],
165-
["5B6C1434431D99F9A8230191FE5F6849", "Strategy Service Accounts"],
165+
["5B6C1434431D99F9A8230191FE5F6849", "MicroStrategy Service Accounts"],
166166
["FB5CDCCE4D0E70EDE48110A0FDCFD370", "Platform Support Administrators"]
167167
],
168168
"userLicenses": [

docs/common-workflows/administration/server-management/server-level-privileges/manage-server-level-privileges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ The REST server returns a JSON object that contains the updated information for
344344
},
345345
{
346346
"id": "C2E4DA4A411B972B063FE8A583989959",
347-
"name": "Strategy Web Professional",
347+
"name": "MicroStrategy Web Professional",
348348
"source": {
349349
"type": ["MSTR"]
350350
}

docs/common-workflows/analytics/object-discovery/folder-browsing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Sample Response
219219
}
220220
},
221221
{
222-
"name": "Strategy Platform Capabilities",
222+
"name": "MicroStrategy Platform Capabilities",
223223
"id": "D64C532E4E7FBA74D29A7CA3576F39CF",
224224
"type": 8,
225225
"description": "This folder contains examples of many of the sophisticated capabilities within the Strategy platform.",

0 commit comments

Comments
 (0)