From ff378ab61d945b5f6d31f424cbdb85b6cb8a7c31 Mon Sep 17 00:00:00 2001 From: Yaara Date: Tue, 16 Jul 2024 07:35:15 +0100 Subject: [PATCH] Update api-def-common.md --- tyk-docs/content/shared/api-def-common.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tyk-docs/content/shared/api-def-common.md b/tyk-docs/content/shared/api-def-common.md index c671aaab60..f192b66e5a 100644 --- a/tyk-docs/content/shared/api-def-common.md +++ b/tyk-docs/content/shared/api-def-common.md @@ -6,7 +6,7 @@ * `name`: Human readable name of the API. It is used for identification purposes but does not act as an index. -* `slug`: The URL segment that will map to this API, e.g. if set to widgets then the full API URL will be `https://your-organisation.cloud.tyk.io/widgets`. +* `slug`: The URL segment that will map to this API, e.g. if set to widgets then the full API URL will be `https://your-organization.cloud.tyk.io/widgets`. * `api_id`: The identifier for the API This should be unique, but can actually be any kind of string. For single-instance setups this can probably be set to `1`. It is recommended to make this a UUID. The `api_id` is used when querying the Tyk REST API for configuration details.