|
23 | 23 |
|
24 | 24 | * **Application Endpoint**:
|
25 | 25 |
|
26 |
| - The Endpoint on which the application is running. |
| 26 | + The Endpoint on which the application is accessible. |
27 | 27 | It can be a URI, FQDN, IPv4, or IPv6 address with a port number.
|
28 | 28 |
|
29 | 29 | # API functionality
|
@@ -123,7 +123,7 @@ paths:
|
123 | 123 | type: array
|
124 | 124 | minItems: 1
|
125 | 125 | items:
|
126 |
| - $ref: "#/components/schemas/ApplicationEndpointRequest" |
| 126 | + $ref: "#/components/schemas/ApplicationEndpointInfo" |
127 | 127 | responses:
|
128 | 128 | "200":
|
129 | 129 | description: Returns an applicationEndpointsId
|
@@ -257,7 +257,7 @@ paths:
|
257 | 257 | schema:
|
258 | 258 | type: array
|
259 | 259 | items:
|
260 |
| - $ref: "#/components/schemas/ApplicationEndpointRequest" |
| 260 | + $ref: "#/components/schemas/ApplicationEndpointInfo" |
261 | 261 | responses:
|
262 | 262 | "204":
|
263 | 263 | description: Updates Application Endpoint Information
|
@@ -335,7 +335,7 @@ components:
|
335 | 335 | type: string
|
336 | 336 |
|
337 | 337 | schemas:
|
338 |
| - ApplicationEndpointRequest: |
| 338 | + ApplicationEndpointInfo: |
339 | 339 | description: Application instance represented
|
340 | 340 | by the application Endpoint definition
|
341 | 341 | type: object
|
@@ -380,7 +380,7 @@ components:
|
380 | 380 | Application Endpoint Information
|
381 | 381 | type: array
|
382 | 382 | items:
|
383 |
| - $ref: "#/components/schemas/ApplicationEndpointRequest" |
| 383 | + $ref: "#/components/schemas/ApplicationEndpointInfo" |
384 | 384 | minItems: 0
|
385 | 385 | ResourcesApplicationEndpoint:
|
386 | 386 | type: object
|
|
0 commit comments