Skip to content

Commit

Permalink
Merging to release-5.4: Update api-ownership.md add prefix api (#5090)
Browse files Browse the repository at this point in the history
Update api-ownership.md add prefix api (#5090)

Update api-ownership.md
  • Loading branch information
buger authored Jul 16, 2024
1 parent 7eab5a2 commit 2652755
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2652755

Please sign in to comment.