From ef1a1acf81f57b9855d843b41857b6784ab8ab7e Mon Sep 17 00:00:00 2001 From: itachi sasuke <8012032+Keithwachira@users.noreply.github.com> Date: Tue, 16 Jul 2024 10:43:01 +0300 Subject: [PATCH] Update api-ownership.md add prefix api (#5090) Update api-ownership.md (cherry picked from commit b23063cf28bfb79ba5d4db5190452f1e77f43ae6) --- .../advanced-configurations/user-management/api-ownership.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tyk-docs/content/product-stack/tyk-dashboard/advanced-configurations/user-management/api-ownership.md b/tyk-docs/content/product-stack/tyk-dashboard/advanced-configurations/user-management/api-ownership.md index 7eb3013b52..901b9aea75 100644 --- a/tyk-docs/content/product-stack/tyk-dashboard/advanced-configurations/user-management/api-ownership.md +++ b/tyk-docs/content/product-stack/tyk-dashboard/advanced-configurations/user-management/api-ownership.md @@ -90,8 +90,8 @@ When working with Tyk OAS APIs, you can manage owners for an API using these end | Method | Endpoint path | Action | |--------|-------------------------|----------------------------------------------------------------------------------------| -| `PUT` | `/apis/{apiID}/access` | Assign a list of owners to the specified API | -| `GET` | `/apis/{apiID}/access` | Retrieve the list of owners of the specified API | +| `PUT` | `/api/apis/{apiID}/access` | Assign a list of owners to the specified API | +| `GET` | `/api/apis/{apiID}/access` | Retrieve the list of owners of the specified API | For each of these endpoints, the payload consists of two string lists: one for user IDs, the other for user group IDs. ```json