You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
-[Open a pull request](#open-a-pull-request)
11
11
-[Submit your PR & get it reviewed](#submit-your-pr--get-it-reviewed)
12
12
-[Your PR is merged](#your-pr-is-merged)
13
-
-[Keep contributing as you use MicroStrategy Docs](#keep-contributing-as-you-use-microstrategy-docs)
13
+
-[Keep contributing as you use Strategy Docs](#keep-contributing-as-you-use-strategy-docs)
14
14
15
15
## Getting started
16
16
@@ -44,7 +44,7 @@ Fork using GitHub Desktop:
44
44
45
45
### Make your update
46
46
47
-
Make your changes to the file(s) you'd like to update. Here are some tips and tricks for [using the docs codebase](#working-in-the-microstrategyrest-api-docs-repository).
47
+
Make your changes to the file(s) you'd like to update. Here are some tips and tricks for [using the docs codebase](#working-in-the-strategyrest-api-docs-repository).
48
48
49
49
- Are you making changes to the application code? You'll need **Node.js v16** to run the site locally. See [contributing/development.md](contributing/development.md).
50
50
- Are you contributing to markdown? We use [Markdown](https://www.markdownguide.org/basic-syntax/).
@@ -60,13 +60,13 @@ When you're done making changes and you'd like to propose them for review, use t
60
60
61
61
### Your PR is merged
62
62
63
-
Congratulations! The whole MicroStrategy community thanks you. :sparkles:
63
+
Congratulations! The whole Strategy community thanks you. :sparkles:
64
64
65
65
Once your PR is merged, you will be proudly listed as a contributor in the [contributor chart](https://github.com/MicroStrategy/rest-api-docs/graphs/contributors) and at the bottom of the page you contributed to.
66
66
67
-
### Keep contributing as you use MicroStrategy Docs
67
+
### Keep contributing as you use Strategy Docs
68
68
69
-
Now that you're a part of the MicroStrategy Docs community, you can keep participating in many ways.
69
+
Now that you're a part of the Strategy Docs community, you can keep participating in many ways.
70
70
71
71
**Learn more about contributing:**
72
72
@@ -77,7 +77,7 @@ Now that you're a part of the MicroStrategy Docs community, you can keep partici
-[Starting with an issue](#starting-with-an-issue)
79
79
-[Opening a pull request](#opening-a-pull-request)
80
-
-[Working in the MicroStrategy/rest-api-docs repository](#working-in-the-microstrategyrest-api-docs-repository)
80
+
-[Working in the Strategy/rest-api-docs repository](#working-in-the-strategyrest-api-docs-repository)
81
81
-[Reviewing](#reviewing)
82
82
-[Self review](#self-review)
83
83
-[Test it locally](#test-it-locally)
@@ -87,7 +87,7 @@ Now that you're a part of the MicroStrategy Docs community, you can keep partici
87
87
88
88
## :memo: Types of contributions
89
89
90
-
You can contribute to the REST API Docs content and site in several ways. This repo is a place to discuss and collaborate on MicroStrategy REST API Docs! Our small, but mighty :muscle: docs team is maintaining this repo, to preserve our bandwidth, off topic conversations will be closed.
90
+
You can contribute to the REST API Docs content and site in several ways. This repo is a place to discuss and collaborate on Strategy REST API Docs! Our small, but mighty :muscle: docs team is maintaining this repo, to preserve our bandwidth, off topic conversations will be closed.
91
91
92
92
### :beetle: Issues
93
93
@@ -101,7 +101,7 @@ When we merge those changes, they should be deployed to the live site within 24
101
101
102
102
### :question: Support
103
103
104
-
We are a small team working hard to keep up with the documentation demands of a continuously changing product. Unfortunately, we just can't help with support questions in this repository. If you are experiencing a problem with MicroStrategy, unrelated to our documentation, please [contact MicroStrategy Support directly](https://www.microstrategy.com/support). Any issues, or pull requests opened here requesting support will be given information about how to contact MicroStrategy Support, then closed and locked.
104
+
We are a small team working hard to keep up with the documentation demands of a continuously changing product. Unfortunately, we just can't help with support questions in this repository. If you are experiencing a problem with Strategy, unrelated to our documentation, please [contact Strategy Support directly](https://www.microstrategy.com/support). Any issues, or pull requests opened here requesting support will be given information about how to contact Strategy Support, then closed and locked.
105
105
106
106
### :earth_asia: Translations
107
107
@@ -117,7 +117,7 @@ You can browse existing issues to find something that needs help!
117
117
118
118
You can use the GitHub user interface :pencil2: for some small changes, like fixing a typo or updating a readme. You can also fork the repo and then clone it locally, to view changes and run your tests on your machine.
119
119
120
-
## Working in the MicroStrategy/rest-api-docs repository
120
+
## Working in the Strategy/rest-api-docs repository
121
121
122
122
Here's some information that might be helpful while working on a Docs PR:
123
123
@@ -126,7 +126,7 @@ Here's some information that might be helpful while working on a Docs PR:
126
126
127
127
## Reviewing
128
128
129
-
We (usually the docs team, but sometimes MicroStrategy product managers, engineers, or supportocats too!) review every single PR. The purpose of reviews is to create the best content we can for people who use MicroStrategy.
129
+
We (usually the docs team, but sometimes product managers, engineers, or supportocats too!) review every single PR. The purpose of reviews is to create the best content we can for people who use Strategy.
130
130
131
131
:yellow_heart: Reviews are always respectful, acknowledging that everyone did the best possible job with the knowledge they had at the time.
Copy file name to clipboardExpand all lines: contributing/content-style-guide.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ The list below shows the usage of emojis in our Docs site:
135
135
136
136
- Titles, sidebar labels, and headers
137
137
138
-
- These should use **sentence case**. For example, prefer "This is the title from MicroStrategy" over "This Is The Title From MicroStrategy".
138
+
- These should use **sentence case**. For example, prefer "This is the title from Strategy" over "This Is The Title From Strategy".
139
139
-`sidebar_label` should only be used if you want a different title in the sidebar than the `title` in front matter. (Note: For folders, `label` in sidebars.js takes priority over `sidebar_label`)
140
140
141
141
## Tables
@@ -209,7 +209,7 @@ For the root of a collection of workflows, please use the template below:
209
209
210
210
You can try these workflows with [REST API Playground]().
211
211
212
-
Learn more about MicroStrategy REST API Playground [here](/docs/getting-started/playground.md).
212
+
Learn more about Strategy REST API Playground [here](/docs/getting-started/playground.md).
213
213
214
214
:::
215
215
```
@@ -221,7 +221,7 @@ For the workflow page, please use the template below:
221
221
222
222
You can try out this workflow at [REST API Playground]().
223
223
224
-
Learn more about MicroStrategy REST API Playground [here](/docs/getting-started/playground.md).
224
+
Learn more about Strategy REST API Playground [here](/docs/getting-started/playground.md).
This endpoint allows the caller to get the datasources associated with a specific project with the MicroStrategy REST Server. You use the authorization token returned during login as the value for `X-MSTR-AuthToken`. If the call is successful, the resulting HTTP response returns an HTTP status code 200 and a response body containing the datasources for a project.
17
+
This endpoint allows the caller to get the datasources associated with a specific project with the Strategy REST Server. You use the authorization token returned during login as the value for `X-MSTR-AuthToken`. If the call is successful, the resulting HTTP response returns an HTTP status code 200 and a response body containing the datasources for a project.
18
18
19
19
Sample Request
20
20
@@ -114,13 +114,13 @@ Sample Response
114
114
115
115
You can try out this workflow at [REST API Playground](https://www.postman.com/microstrategysdk/workspace/microstrategy-rest-api/folder/16131298-2d0b3eac-9704-42a7-9481-fec12557b752?ctx=documentation).
116
116
117
-
Learn more about MicroStrategy REST API Playground [here](/docs/getting-started/playground.md).
117
+
Learn more about Strategy REST API Playground [here](/docs/getting-started/playground.md).
This endpoint allows the caller to add and remove a datasource to a specific project with the MicroStrategy REST Server. In this request we will add a datasource. You use the authorization token returned during login as the value for `X-MSTR-AuthToken`. For this sample we will be adding the Act! Essentials datasource to the MicroStrategy Tutorial project. You can find the datasourceId using the endpoint `GET /api/datasources` and the projectId using `GET /api/projects`. If the call is successful, the resulting HTTP response returns an HTTP status code 200 and a list of the project's datasources.
123
+
This endpoint allows the caller to add and remove a datasource to a specific project with the Strategy REST Server. In this request we will add a datasource. You use the authorization token returned during login as the value for `X-MSTR-AuthToken`. For this sample we will be adding the Act! Essentials datasource to the MicroStrategy Tutorial project. You can find the datasourceId using the endpoint `GET /api/datasources` and the projectId using `GET /api/projects`. If the call is successful, the resulting HTTP response returns an HTTP status code 200 and a list of the project's datasources.
You can try out this workflow at [REST API Playground](https://www.postman.com/microstrategysdk/workspace/microstrategy-rest-api/folder/16131298-577baae8-f1b6-4ed2-8819-bc3aed5ec5c7?ctx=documentation).
244
244
245
-
Learn more about MicroStrategy REST API Playground [here](/docs/getting-started/playground.md).
245
+
Learn more about Strategy REST API Playground [here](/docs/getting-started/playground.md).
This endpoint allows the caller to add and remove a datasource to a specific project with the MicroStrategy REST Server. In this request we will remove a datasource. You use the authorization token returned during login as the value for `X-MSTR-AuthToken`. For this sample we will be removing the Act! Essentials datasource from the MicroStrategy Tutorial project. You can find the datasourceId using the endpoint `GET /api/datasources` and the projectId using `GET /api/projects`. If the call is successful, the resulting HTTP response returns an HTTP status code 200 and a list of the project's datasources.
251
+
This endpoint allows the caller to add and remove a datasource to a specific project with the Strategy REST Server. In this request we will remove a datasource. You use the authorization token returned during login as the value for `X-MSTR-AuthToken`. For this sample we will be removing the Act! Essentials datasource from the MicroStrategy Tutorial project. You can find the datasourceId using the endpoint `GET /api/datasources` and the projectId using `GET /api/projects`. If the call is successful, the resulting HTTP response returns an HTTP status code 200 and a list of the project's datasources.
Copy file name to clipboardExpand all lines: docs/common-workflows/administration/datasource-management/convert-connection-string-from-dsn-to-dsnless-for-a-datasource.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ description: This workflow sample demonstrates how to convert connection string
9
9
10
10
You can try out this workflow at [REST API Playground](https://www.postman.com/microstrategysdk/workspace/microstrategy-rest-api/folder/16131298-737e03ad-a41a-46d5-bf7a-00e68963b08b?ctx=documentation).
11
11
12
-
Learn more about MicroStrategy REST API Playground [here](/docs/getting-started/playground.md).
12
+
Learn more about Strategy REST API Playground [here](/docs/getting-started/playground.md).
Copy file name to clipboardExpand all lines: docs/common-workflows/administration/datasource-management/datasource-management.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: You can use REST API requests to manage datasources.
7
7
8
8
You can try these workflows with [REST API Playground](https://www.postman.com/microstrategysdk/workspace/microstrategy-rest-api/folder/16131298-fe63e329-ca17-40e6-9263-8f451b95e06e?ctx=documentation).
9
9
10
-
Learn more about MicroStrategy REST API Playground [here](/docs/getting-started/playground.md).
10
+
Learn more about Strategy REST API Playground [here](/docs/getting-started/playground.md).
Copy file name to clipboardExpand all lines: docs/common-workflows/administration/datasource-management/delete-a-datasource.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The workflow for deleting and cleaning up a datasource includes the following se
13
13
14
14
You can try out this workflow at [REST API Playground](https://www.postman.com/microstrategysdk/workspace/microstrategy-rest-api/folder/16131298-2da893be-a6e9-449a-95ae-749b5906bb27?ctx=documentation).
15
15
16
-
Learn more about MicroStrategy REST API Playground [here](/docs/getting-started/playground.md).
16
+
Learn more about Strategy REST API Playground [here](/docs/getting-started/playground.md).
Copy file name to clipboardExpand all lines: docs/common-workflows/administration/datasource-management/get-datasource-applicable-advanced-properties.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ description: Get applicable properties for a datasource.
10
10
11
11
You can try out this workflow at [REST API Playground](https://www.postman.com/microstrategysdk/workspace/microstrategy-rest-api/folder/16131298-585d42d1-fbdc-4d1d-afbb-c4e872753709?ctx=documentation).
12
12
13
-
Learn more about MicroStrategy REST API Playground [here](/docs/getting-started/playground.md).
13
+
Learn more about Strategy REST API Playground [here](/docs/getting-started/playground.md).
Copy file name to clipboardExpand all lines: docs/common-workflows/administration/datasource-management/get-datasource-with-advanced-properties.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ description: The workflow involves getting datasource definition along with its
9
9
10
10
You can try out this workflow at [REST API Playground](https://www.postman.com/microstrategysdk/workspace/microstrategy-rest-api/folder/16131298-c8ec1165-e5d3-4b9a-bc68-df3d71d493f7?ctx=documentation).
11
11
12
-
Learn more about MicroStrategy REST API Playground [here](/docs/getting-started/playground.md).
12
+
Learn more about Strategy REST API Playground [here](/docs/getting-started/playground.md).
This endpoint allows the caller to update a database source with the MicroStrategy REST Server. You use the authorization token returned during login as the value for `X-MSTR-AuthToken`. You can find the datasourceId using the endpoint `GET /api/datasources`. If the call is successful, the resulting HTTP response returns an HTTP status code 200 and a response body containing a info for the updated database source.
18
+
This endpoint allows the caller to update a database source with the Strategy REST Server. You use the authorization token returned during login as the value for `X-MSTR-AuthToken`. You can find the datasourceId using the endpoint `GET /api/datasources`. If the call is successful, the resulting HTTP response returns an HTTP status code 200 and a response body containing a info for the updated database source.
This endpoint allows the caller to update a datasource connection with the MicroStrategy REST Server. You use the authorization token returned during login as the value for `X-MSTR-AuthToken`. You can find the connectionId using the endpoint `GET /api/datasources/connections`. If the call is successful, the resulting HTTP response returns an HTTP status code 200 and a response body containing info for the updated datasource connection.
103
+
This endpoint allows the caller to update a datasource connection with the Strategy REST Server. You use the authorization token returned during login as the value for `X-MSTR-AuthToken`. You can find the connectionId using the endpoint `GET /api/datasources/connections`. If the call is successful, the resulting HTTP response returns an HTTP status code 200 and a response body containing info for the updated datasource connection.
This endpoint allows the caller to update a datasource login with the MicroStrategy REST Server. You use the authorization token returned during login as the value for `X-MSTR-AuthToken`. You can find the loginId using the endpoint `GET /api/datasources/logins`. If the call is successful, the resulting HTTP response returns an HTTP status code 200 and a response body containing info for the updated datasource login.
186
+
This endpoint allows the caller to update a datasource login with the Strategy REST Server. You use the authorization token returned during login as the value for `X-MSTR-AuthToken`. You can find the loginId using the endpoint `GET /api/datasources/logins`. If the call is successful, the resulting HTTP response returns an HTTP status code 200 and a response body containing info for the updated datasource login.
0 commit comments