Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AER: Minor changes. Modified "ApplicationEndpointRequest" to "ApplicationEndpointInfo" #332

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions code/API_definitions/Application-endpoint-registration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ info:

* **Application Endpoint**:

The Endpoint on which the application is running.
The Endpoint on which the application is accessible.
It can be a URI, FQDN, IPv4, or IPv6 address with a port number.

# API functionality
Expand Down Expand Up @@ -123,7 +123,7 @@ paths:
type: array
minItems: 1
items:
$ref: "#/components/schemas/ApplicationEndpointRequest"
$ref: "#/components/schemas/ApplicationEndpointInfo"
responses:
"200":
description: Returns an applicationEndpointsId
Expand Down Expand Up @@ -257,7 +257,7 @@ paths:
schema:
type: array
items:
$ref: "#/components/schemas/ApplicationEndpointRequest"
$ref: "#/components/schemas/ApplicationEndpointInfo"
responses:
"204":
description: Updates Application Endpoint Information
Expand Down Expand Up @@ -335,7 +335,7 @@ components:
type: string

schemas:
ApplicationEndpointRequest:
ApplicationEndpointInfo:
description: Application instance represented
by the application Endpoint definition
type: object
Expand Down Expand Up @@ -380,7 +380,7 @@ components:
Application Endpoint Information
type: array
items:
$ref: "#/components/schemas/ApplicationEndpointRequest"
$ref: "#/components/schemas/ApplicationEndpointInfo"
minItems: 0
ResourcesApplicationEndpoint:
type: object
Expand Down