Skip to content

Commit b23063c

Browse files
authored
Update api-ownership.md add prefix api (#5090)
Update api-ownership.md
1 parent b29c0ce commit b23063c

File tree

1 file changed

+2
-2
lines changed
  • tyk-docs/content/product-stack/tyk-dashboard/advanced-configurations/user-management

1 file changed

+2
-2
lines changed

tyk-docs/content/product-stack/tyk-dashboard/advanced-configurations/user-management/api-ownership.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ When working with Tyk OAS APIs, you can manage owners for an API using these end
9090

9191
| Method | Endpoint path | Action |
9292
|--------|-------------------------|----------------------------------------------------------------------------------------|
93-
| `PUT` | `/apis/{apiID}/access` | Assign a list of owners to the specified API |
94-
| `GET` | `/apis/{apiID}/access` | Retrieve the list of owners of the specified API |
93+
| `PUT` | `/api/apis/{apiID}/access` | Assign a list of owners to the specified API |
94+
| `GET` | `/api/apis/{apiID}/access` | Retrieve the list of owners of the specified API |
9595

9696
For each of these endpoints, the payload consists of two string lists: one for user IDs, the other for user group IDs.
9797
```json

0 commit comments

Comments
 (0)