Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Shobhajayanna committed Dec 20, 2024
1 parent 6da09aa commit 05d4cd0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/user-guide/api-mediation/api-mediation-multi-tenancy.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ The following commands are examples of establishing a trust relationship between
```
TSS LIST(ZWESVUSR) KEYRING(ZOWERING)
```
</details>
2. Import root and, if applicable, intermediate public key certificates of the API ML running on system X into the truststore of the API MLs running on systems Y and Z.
- **PKCS12**
Expand Down Expand Up @@ -411,6 +412,7 @@ This response should contain information about all services in an APIML with the
}
]
```
</details>
### Response with `GET /gateway/api/v1/registry/{apimlId}?apiId={apiId}&serviceId={serviceId}`
Expand Down Expand Up @@ -443,6 +445,7 @@ This response should contain information about a specific service in an APIML wi
}
]
```
</details>
## Validating successful configuration with `/registry`
Expand Down

0 comments on commit 05d4cd0

Please sign in to comment.