diff --git a/zowe_conformance/test_evaluation_guide_table.md b/zowe_conformance/test_evaluation_guide_table.md index 1e81633..18259ff 100644 --- a/zowe_conformance/test_evaluation_guide_table.md +++ b/zowe_conformance/test_evaluation_guide_table.md @@ -60,7 +60,7 @@ These Zowe Conformance criteria are applicable to the lastest Zowe v1 LTS Releas
(Mark which one applies _a_, _b_, or _c_)
(Mark which one applies _a_, _b_, _c_, or _d_)
instance.env
file for the Zowe workspacex | - | Every method of each REST endpoint is documented | +Every method of each public REST endpoint is documented | ||
---|---|---|---|---|---|
13 | @@ -261,7 +275,7 @@ These Zowe Conformance criteria are applicable to the lastest Zowe v1 LTS Releasx | - | Every method of each REST endpoint is demonstrated with an example | +Every method of each public REST endpoint is demonstrated with an example | |
14 | @@ -281,7 +295,7 @@ These Zowe Conformance criteria are applicable to the lastest Zowe v1 LTS Releas
x | - | API - Request and response payloads are in JSON or binary data format | +REST API - Request and response payloads are in JSON or binary data format | ||
---|---|---|---|---|---|
20 | @@ -345,7 +359,7 @@ These Zowe Conformance criteria are applicable to the lastest Zowe v1 LTS Releasx | - | API - in JSON format, use relative links, and must not contain schema, hostname, and port. Alternatively, an absolute link can be used, in which case the service must translate the link to the form that goes through the Gateway that is based on the X-Forwarded-* Headers | +REST API - in JSON format, use relative links, and must not contain schema, hostname, and port. Alternatively, an absolute link can be used, in which case the service must translate the link to the form that goes through the Gateway that is based on the X-Forwarded-* Headers | |
21 | @@ -353,7 +367,7 @@ These Zowe Conformance criteria are applicable to the lastest Zowe v1 LTS Releasx | - | WebSocket - Service URIs contained in WebSocket messages payload are addressed through the API ML Gateway | +WebSocket (if applicable) - Service URIs contained in WebSocket messages payload are addressed through the API ML Gateway | |
22 | @@ -361,7 +375,7 @@ These Zowe Conformance criteria are applicable to the lastest Zowe v1 LTS Releasx | - | UI - The UI uses relative links and does not contain the schema, hostname, and port. Alternatively an absolute link can be used, in which case the service must translate the link to the form that goes through the Gateway that is based on the X-Forwarded-* Headers | +UI (if applicable) - The UI uses relative links and does not contain the schema, hostname, and port. Alternatively an absolute link can be used, in which case the service must translate the link to the form that goes through the Gateway that is based on the X-Forwarded-* Headers |