Skip to content

Commit ca8a95f

Browse files
authored
Merge pull request #332 from urvika-v/286-eds-api-application-endpoints-functionality-to-be-a-new-api
AER: Minor changes. Modified "ApplicationEndpointRequest" to "ApplicationEndpointInfo"
2 parents ce21596 + c4a7b46 commit ca8a95f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

code/API_definitions/Application-endpoint-registration.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ info:
2323
2424
* **Application Endpoint**:
2525
26-
The Endpoint on which the application is running.
26+
The Endpoint on which the application is accessible.
2727
It can be a URI, FQDN, IPv4, or IPv6 address with a port number.
2828
2929
# API functionality
@@ -123,7 +123,7 @@ paths:
123123
type: array
124124
minItems: 1
125125
items:
126-
$ref: "#/components/schemas/ApplicationEndpointRequest"
126+
$ref: "#/components/schemas/ApplicationEndpointInfo"
127127
responses:
128128
"200":
129129
description: Returns an applicationEndpointsId
@@ -257,7 +257,7 @@ paths:
257257
schema:
258258
type: array
259259
items:
260-
$ref: "#/components/schemas/ApplicationEndpointRequest"
260+
$ref: "#/components/schemas/ApplicationEndpointInfo"
261261
responses:
262262
"204":
263263
description: Updates Application Endpoint Information
@@ -335,7 +335,7 @@ components:
335335
type: string
336336

337337
schemas:
338-
ApplicationEndpointRequest:
338+
ApplicationEndpointInfo:
339339
description: Application instance represented
340340
by the application Endpoint definition
341341
type: object
@@ -380,7 +380,7 @@ components:
380380
Application Endpoint Information
381381
type: array
382382
items:
383-
$ref: "#/components/schemas/ApplicationEndpointRequest"
383+
$ref: "#/components/schemas/ApplicationEndpointInfo"
384384
minItems: 0
385385
ResourcesApplicationEndpoint:
386386
type: object

0 commit comments

Comments
 (0)