Skip to content

Commit 7f5c851

Browse files
Roeegg2letzya
andauthored
[DX-1437] organise --> organize (PR 3) (#5085)
* organise 3 --------- Co-authored-by: Yaara <[email protected]>
1 parent cf48485 commit 7f5c851

File tree

40 files changed

+70
-70
lines changed

40 files changed

+70
-70
lines changed

tyk-docs/content/product-stack/tyk-dashboard/advanced-configurations/analytics/audit-log.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Audit records the following fields for `json` format:
3939
| Field | Description |
4040
| ---- | ---- |
4141
| req_id | Unique request ID |
42-
| org_id | Organisation ID |
42+
| org_id | Organization ID |
4343
| date | Date in *RFC1123* format |
4444
| timestamp | UNIX timestamp |
4545
| ip | IP address the request originated from |

tyk-docs/content/product-stack/tyk-enterprise-developer-portal/api-documentation/list-of-endpoints/portal-1.9.0-list-of-endpoints.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Please note that this list only refers to v1.9.0 of the portal. The list of endp
4040
| Users | /users/{user_id} |
4141
| Users | /users/{user_id}/custom-attributes |
4242
| Users | /users/{user_id}/custom-attributes/{custom-attribute_id} |
43-
| Organisations | /organisations |
44-
| Organisations | /organisations/{organisation_id} |
43+
| Organizations | /organisations |
44+
| Organizations | /organisations/{organisation_id} |
4545
| Teams | /organisations/{organisation_id}/teams |
4646
| Teams | /organisations/{organisation_id}/teams |
4747
| Products | /products |
@@ -137,9 +137,9 @@ Please note that this list only refers to v1.9.0 of the portal. The list of endp
137137
| Users | /admin/admin_users/{user_id}/send_invite |
138138
| Users | /admin/users/{user_id}/deactivate |
139139
| Users | /admin/admin_users/{user_id}/deactivate |
140-
| Organisations | /admin/organisations |
141-
| Organisations | /admin/organisations/new |
142-
| Organisations | /admin/organisations/org:{organisation_id} |
140+
| Organizations | /admin/organisations |
141+
| Organizations | /admin/organisations/new |
142+
| Organizations | /admin/organisations/org:{organisation_id} |
143143
| Teams | /admin/teams |
144144
| Teams | /admin/teams/new |
145145
| Teams | /admin/teams/{team_id} |
@@ -214,11 +214,11 @@ Please note that this list only refers to v1.9.0 of the portal. The list of endp
214214
| Apps | /portal/private/apps/{app_id}/cert/{cert_id} |
215215
| Credentials | /portal/private/credentials |
216216
| Profile | /portal/private/profile |
217-
| Organisation Flow | /portal/private/organisation |
218-
| Organisation Flow | /portal/private/users |
219-
| Organisation Flow | /portal/private/users/{user_id} |
220-
| Organisation Flow | /portal/private/users/{user_id}/edit |
221-
| Organisation Flow | /portal/private/users/invite |
217+
| Organization Flow | /portal/private/organisation |
218+
| Organization Flow | /portal/private/users |
219+
| Organization Flow | /portal/private/users/{user_id} |
220+
| Organization Flow | /portal/private/users/{user_id}/edit |
221+
| Organization Flow | /portal/private/users/invite |
222222
| Analytics | /portal/private/analytics |
223223
| Analytics | /portal/private/analytics/api/chart/overview |
224224
| Analytics | /portal/private/analytics/api/chart/traffic |

tyk-docs/content/troubleshooting/tyk-cloud-classic/organisation-quota-exceeded-error-dashboard-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: 2017-03-27T17:02:56+01:00
3-
title: Organisation quota has been exceeded“ error in the Dashboard API
3+
title: Organization quota has been exceeded“ error in the Dashboard API
44
menu:
55
main:
66
parent: "Tyk Cloud Classic"

tyk-docs/content/troubleshooting/tyk-cloud.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ weight: 5
1111

1212
[“504 GATEWAY_TIMEOUT“ error]({{< ref "troubleshooting/tyk-cloud-classic/504-gateway-timeout-error" >}})
1313

14-
[Organisation quota has been exceeded“ error in the Dashboard API]({{< ref "troubleshooting/tyk-cloud-classic/organisation-quota-exceeded-error-dashboard-api" >}})
14+
[Organization quota has been exceeded“ error in the Dashboard API]({{< ref "troubleshooting/tyk-cloud-classic/organisation-quota-exceeded-error-dashboard-api" >}})
1515

1616
["301 Moved Permanently"]({{< ref "troubleshooting/tyk-cloud-classic/301-moved-permanently" >}})

tyk-docs/content/troubleshooting/tyk-dashboard/problem-updating-cname-error-dashboard.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ The UI for setting the domain name has a very strict validation, so it may just
1919

2020
### Solution
2121

22-
The best way to set the domain is to use the Tyk Dashboard Admin API, to obtain the organisation object via a GET request and then update the object using a PUT request with the relevant CNAME added to the body of the request.<sup>[[1]({{<ref "dashboard-admin-api/organisations">}})]</sup> Restarting the process will then set the domain.
22+
The best way to set the domain is to use the Tyk Dashboard Admin API, to obtain the organization object via a GET request and then update the object using a PUT request with the relevant CNAME added to the body of the request.<sup>[[1]({{<ref "dashboard-admin-api/organisations">}})]</sup> Restarting the process will then set the domain.

tyk-docs/content/troubleshooting/tyk-gateway/invalid-memory-address-nil-pointer-dereference-error.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ weight: 5
1313

1414
### Cause
1515

16-
There are a number of reasons, most commonly, an API may have been configured incorrectly in some way (for instance, it may have been set up without an organisation). The error itself is a specific to Go language which Tyk was written in and could also suggest that alterations made to the code by the user could also be the culprit.
16+
There are a number of reasons, most commonly, an API may have been configured incorrectly in some way (for instance, it may have been set up without an organization). The error itself is a specific to Go language which Tyk was written in and could also suggest that alterations made to the code by the user could also be the culprit.
1717

1818
### Solution
1919

tyk-docs/content/troubleshooting/tyk-installation/parsing-json-error-from-dashboard-bootstrap.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 5
99

1010
### Description
1111

12-
When running the `bootstrap.sh` script to set up the default Organisation and User when installing the Self-Managed version on Red Hat/Centos, the script fails when setting up the default user, returning a "Unable to parse JSON" Error.
12+
When running the `bootstrap.sh` script to set up the default Organization and User when installing the Self-Managed version on Red Hat/Centos, the script fails when setting up the default user, returning a "Unable to parse JSON" Error.
1313

1414
```
1515
Adding new user

tyk-docs/content/troubleshooting/tyk-pump/data-in-log-browser-no-reports.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can see data in the log browser but the rest of the reports display nothing.
1313

1414
### Solution
1515

16-
If your Pump is configured to use `mongo_selective_pump` (e.g. store data in a collection per organisation), ensure that the [Dashboard configuration setting]({{< ref "tyk-dashboard/configuration" >}}) `use_sharded_analytics` is set to `true`.
16+
If your Pump is configured to use `mongo_selective_pump` (e.g. store data in a collection per organization), ensure that the [Dashboard configuration setting]({{< ref "tyk-dashboard/configuration" >}}) `use_sharded_analytics` is set to `true`.
1717

1818
The same applies in the reverse direction. If you are using `mongo-pump-aggregate` in your [pump configuration]({{< ref "tyk-pump/configuration" >}}), set `use_sharded_analytics` to false.
1919

tyk-docs/content/tyk-apis/tyk-dashboard-admin-api/export.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ In a production environment, you will need to change the default `admin_Secret`
2323
{{< /warning >}}
2424

2525

26-
#### Export Organisations
26+
#### Export Organizations
2727

28-
The organisation object is the most fundamental object in a Tyk setup, all other ownership properties hang off the relationship between an organisation and its APIs, Policies and API Tokens.
28+
The organization object is the most fundamental object in a Tyk setup, all other ownership properties hang off the relationship between an organization and its APIs, Policies and API Tokens.
2929

3030
| **Property** | **Description** |
3131
| ------------ | ------------------------------- |

tyk-docs/content/tyk-apis/tyk-dashboard-admin-api/import.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ menu:
77
weight: 4
88
---
99

10-
The import API enables you to add Organisations, APIs and Policies back into a Tyk installation while retaining their base IDs so that they work together.
10+
The import API enables you to add *Organizations*, *APIs* and *Policies* back into a Tyk installation while retaining their base IDs so that they work together.
1111

1212
{{< note success >}}
1313
**Note**
@@ -22,9 +22,9 @@ To enable this feature, the minimum required versions for the Gateway and Dashbo
2222
In a production environment, you will need to change the default `admin_secret` value that is called by the `admin-auth` header in your `tyk_analytics.conf` file. This is located in `/opt/tyk-dashboard`.
2323
{{< /warning >}}
2424

25-
#### Import Organisation
25+
#### Import Organization
2626

27-
The [Organisation object]({{<ref "basic-config-and-security/security/dashboard/organisations#concept-dashboard-organisations" >}}) is the most fundamental object in a Tyk setup, all other ownership properties hang off the relationship between an Organisation and its APIs, Policies and API Tokens.
27+
The [Organization object]({{<ref "basic-config-and-security/security/dashboard/organisations#concept-dashboard-organisations" >}}) is the most fundamental object in a Tyk setup, all other ownership properties hang off the relationship between an Organization and its APIs, Policies and API Tokens.
2828

2929
| **Property** | **Description** |
3030
| ------------ | ---------------------------- |

tyk-docs/content/tyk-apis/tyk-dashboard-admin-api/sso.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Dashboard exposes the `/admin/sso` Admin API which allows you to generate a
2222
You should provide JSON payload with the following data:
2323

2424
* `ForSection` - scope with possible values of `"dashboard"` or `"portal"`
25-
* `OrgID` - with your organisation id.
25+
* `OrgID` - with your organization id.
2626
* `GroupID` - the group id
2727
* `EmailAddress` - user email
2828

tyk-docs/content/tyk-apis/tyk-dashboard-admin-api/users.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ admin-auth: 12345
8080
{{< note success >}}
8181
**Note**
8282

83-
You can also create a user without an `org_id`. This will create a "Super User", who has global access to all APIs, Policies, etc, for all organisations created within Tyk.
83+
You can also create a user without an `org_id`. This will create a "Super User", who has global access to all APIs, Policies, etc, for all organizations created within Tyk.
8484
{{< /note >}}
8585

8686

tyk-docs/content/tyk-apis/tyk-dashboard-api/basic-authentication.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ menu:
77
weight: 5
88
---
99

10-
Basic Auth users are essentially a form of API token, just with a customized, pre-set organisation-specific ID instead of a generated one. To interact with basic auth users, you can use the API Token API calls (list, get delete etc.)
10+
Basic Auth users are essentially a form of API token, just with a customized, pre-set organization-specific ID instead of a generated one. To interact with basic auth users, you can use the API Token API calls (list, get delete etc.)
1111

1212
### Create a user
1313

tyk-docs/content/tyk-apis/tyk-dashboard-api/sso.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Dashboard exposes the `/api/sso` Dashboard API which allows you to generate
2525
You should provide JSON payload with the following data:
2626

2727
* `ForSection` - scope with possible values of `"dashboard"` or `"portal"` only.
28-
* `OrgID` - organisation id
28+
* `OrgID` - organization id
2929
* `EmailAddress` - user email
3030
* `GroupID` - user group id ( it is the mongo id and you can can find it in the url when opening a user group via Tyk- Dashboard UI or if you call Tyk-Dashboard REST API `/api/usergroups` )
3131

tyk-docs/content/tyk-apis/tyk-gateway-api/token-session-object-details.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ A session object takes the following form:
8080

8181
* `access_rights`: This section is defined in the Access Control section of this documentation, use this section define what APIs and versions this token has access to.
8282

83-
* `org_id`: The organisation this user belongs to, this can be used in conjunction with the `org_id` setting in the API Definition object to have tokens "owned" by organisations. See the Organisations Quotas section of the [Tyk Gateway API]({{< ref "tyk-gateway-api" >}}).
83+
* `org_id`: The organisation this user belongs to, this can be used in conjunction with the `org_id` setting in the API Definition object to have tokens "owned" by organisations. See the Organizations Quotas section of the [Tyk Gateway API]({{< ref "tyk-gateway-api" >}}).
8484

8585
* `oauth_client_id`: This is set by Tyk if the token is generated by an OAuth client during an OAuth authorization flow.
8686

tyk-docs/content/tyk-cloud/environments-&-deployments/managing-organisations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ aliases:
1313

1414
## Introduction
1515

16-
Your Organisation is your "container" for all your Environments, Control Planes and Cloud Data Planes. When you setup your Organisation when [creating your account]({{< ref "tyk-cloud/getting-started-tyk-cloud/create-account" >}}), you assign it to a Home Region where all your data is stored. You cannot change this home region after creating your organization.
16+
Your Organization is your "container" for all your Environments, Control Planes and Cloud Data Planes. When you setup your Organization when [creating your account]({{< ref "tyk-cloud/getting-started-tyk-cloud/create-account" >}}), you assign it to a Home Region where all your data is stored. You cannot change this home region after creating your organization.
1717

1818
## Organization Overview Screen
1919

tyk-docs/content/tyk-cloud/getting-started-tyk-cloud/setup-org.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Now that you have created the new Tyk Cloud account with your basic details, it
2323

2424
## Steps to set up your organization
2525

26-
* **Step 1 - Name your Organisation:** Give your organization a name. This is up to you, but most users use their company name.
26+
* **Step 1 - Name your Organization:** Give your organization a name. This is up to you, but most users use their company name.
2727

2828
* **Step 2 - Select a Home Region:** Select a region from the drop-down list where your [Control Plane]({{< ref "tyk-cloud/troubleshooting-&-support/glossary.md#control-plane" >}}) will be deployed and your data stored. The number of regions available will depend on your license. Further regions can be added as an upgrade option.
2929

tyk-docs/content/tyk-cloud/getting-started-tyk-cloud/setup-team.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Out of the box, the following roles are setup:
3434

3535
* **Team member:** They can manage deployment activity for the team they are added to.
3636
* **Team admin:** They can manage deployment activity and users for the team they are added to.
37-
* **Organisation admin:** They can manage deployment activity and users for a single organization.
37+
* **Organization admin:** They can manage deployment activity and users for a single organization.
3838

3939
Next you'll create an [Environment]({{< ref "tyk-cloud/getting-started-tyk-cloud/setup-environment" >}}).

tyk-docs/content/tyk-cloud/teams-&-users/managing-teams.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ aliases:
1414

1515
The following [user roles]({{< ref "tyk-cloud/teams-&-users/user-roles.md" >}}) can perform existing Team Admin tasks:
1616

17-
* Organisation Admin - Can manage all teams in the organization they are a member of.
17+
* Organization Admin - Can manage all teams in the organization they are a member of.
1818
* Team Admin - Can only manage the team they are a member of.
1919

2020
For an existing team, you can:

tyk-docs/content/tyk-cloud/teams-&-users/managing-users.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ aliases:
1414

1515
The following [user roles]({{< ref "tyk-cloud/teams-&-users/user-roles.md" >}}) can perform existing User Admin tasks:
1616

17-
* [Organisation Admin]({{< ref "tyk-cloud/teams-&-users/user-roles.md#user-roles-within-tyk-cloud" >}}) - Can manage all users in the organization they are a member of.
17+
* [Organization Admin]({{< ref "tyk-cloud/teams-&-users/user-roles.md#user-roles-within-tyk-cloud" >}}) - Can manage all users in the organization they are a member of.
1818
* [Team Admin]({{< ref "tyk-cloud/teams-&-users/user-roles.md#user-roles-within-tyk-cloud" >}}) - Can only manage the users of the team they are a member of.
1919

2020
{{< note success >}}
2121
**Note**
2222

23-
Organisation Admins, Team Admins and Team Members are responsible for managing the Tyk Cloud organization hierarchy and deploying/managing stacks, as well as having access to the Tyk Dashboard to manage APIs. Users of Tyk Cloud are usually DevOps, Architects and sometimes Engineers or Managers.
23+
Organization Admins, Team Admins and Team Members are responsible for managing the Tyk Cloud organization hierarchy and deploying/managing stacks, as well as having access to the Tyk Dashboard to manage APIs. Users of Tyk Cloud are usually DevOps, Architects and sometimes Engineers or Managers.
2424

2525
You can also [add users to the Tyk Dashboard]({{< ref "basic-config-and-security/security/dashboard/create-users" >}}) itself instead of inviting them as Tyk Cloud users. These users would likely be your API Developers and Engineers who manage the APIs.
2626
{{< /note >}}

tyk-docs/content/tyk-cloud/teams-&-users/user-roles.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ We have the following user roles defined in Tyk Cloud for your team members
2424
* Team Admin
2525
* Team Member
2626

27-
Billing Admins are responsible for the billing management of the Tyk Cloud account. Organisation Admins, Team Admins and Team Members are responsible for managing the Tyk Cloud organization hierarchy and deploying/managing stacks, as well as having access to the Tyk Dashboard to manage APIs. Users of Tyk Cloud are usually DevOps, Architects and sometimes Engineers or Managers.
27+
Billing Admins are responsible for the billing management of the Tyk Cloud account. Organization Admins, Team Admins and Team Members are responsible for managing the Tyk Cloud organization hierarchy and deploying/managing stacks, as well as having access to the Tyk Dashboard to manage APIs. Users of Tyk Cloud are usually DevOps, Architects and sometimes Engineers or Managers.
2828

2929
You can [add users to the Tyk Dashboard]({{< ref "basic-config-and-security/security/dashboard/create-users" >}}) itself instead of inviting them as Tyk Cloud users. These users would likely be your API Developers and Engineers who manage the APIs.
3030

tyk-docs/content/tyk-dashboard-api/org/opa.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For more information on how to configure OPA see [Open Policy Agent]({{< ref "ty
2020

2121
This endpoint returns by defaul the initial set of OPA rules defined in your Tyk Dashboard, which are located in [schema/dashboard.rego]({{< ref "tyk-dashboard/opa-rules" >}}) (accessible in Self-Managed installations).
2222

23-
Once you update the rules via the API, the OPA rules will be stored at the organisation level.
23+
Once you update the rules via the API, the OPA rules will be stored at the organization level.
2424

2525
| **Property** | **Description** |
2626
| ------------ | --------------------- |

tyk-docs/content/tyk-dashboard-api/org/permissions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Only Admin Dashboard users will be authorized to use this API.
2020
### List Additional Permissions
2121
This API returns by default the initial set of additional permissions defined in your Tyk Dashboard configuration, under [security.additional_permissions]({{< ref "tyk-dashboard/configuration#securityadditional_permissions" >}}).
2222

23-
Once you update the permissions via the API, they will be stored at organisation level.
23+
Once you update the permissions via the API, they will be stored at organization level.
2424

2525
| **Property** | **Description** |
2626
| ------------ | --------------------- |

0 commit comments

Comments
 (0)