Skip to content

Commit

Permalink
header clarification
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Jandacek <[email protected]>
  • Loading branch information
janan07 committed Nov 13, 2023
1 parent 380607a commit 04e979b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user-guide/api-mediation/api-mediation-multi-tenancy.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ This parameter allows the setting of multiple users as a comma-separated list.

Unsuccessful authorization returns a 403 error code.

### Requests
### Requests with `/registry`

There are two endpoints providing the information about the services registered to the API ML. One endpoint is for all domains and another endpoint is for the specific domain. The details are below.

Expand All @@ -110,7 +110,7 @@ This request lists services in all domains.
* `GET /cloud-gateway/api/v1/registry/{apimlId}`
This request lists services in the apimlId domain.

### Response
### Response with `/registry`

**Example:**

Expand Down Expand Up @@ -144,7 +144,7 @@ This request lists services in the apimlId domain.
]
```

## Validate successful configuration
## Validate successful configuration with `/registry`

Use the `/registry` endpoint to validate successful configuration. The response should contain all API ML domains represented by `apimlId`, and information about onboarded services.

Expand Down

0 comments on commit 04e979b

Please sign in to comment.