IBM WebSphere · Example Payload

Websphere Getopenapiui Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Getopenapiui Example is an example object payload from IBM WebSphere, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getOpenApiUi",
  "method": "GET",
  "path": "/openapi/ui",
  "summary": "Access the Openapi Ui",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "text/html",
      "name": "Getopenapiui200Example",
      "example": "example_value"
    }
  ]
}