Skip to content

Commit 0fa6ffa

Browse files
authored
Fixed linting issues- Application-endpoint-registration.yaml
1 parent 158bfe3 commit 0fa6ffa

File tree

1 file changed

+26
-22
lines changed

1 file changed

+26
-22
lines changed

code/API_definitions/Application-endpoint-registration.yaml

+26-22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
openapi: 3.0.3
23
info:
34
title: Application Endpoints Registration
@@ -9,7 +10,7 @@ info:
910
1011
# Introduction
1112
12-
The API registers the Edge Application Endpoints.
13+
The API registers the Edge Application Endpoint.
1314
This information can be used for various use cases like optimal endpoint
1415
discovery to help end users connect to the most optimal instance of the
1516
application which is distributed across various Edge Cloud Zones.
@@ -30,8 +31,8 @@ info:
3031
The API provides 4 operations:
3132
- POST registerApplicationEndpoints: Registers the Application Endpoints
3233
of a deployed application to a specified edge cloud zone.
33-
- GET getAllRegisteredApplicationEndpoints: Returns endpoint information
34-
for all registered Applications.
34+
- GET getAllRegisteredApplicationEndpoints: Returns endpoint information for
35+
all registered Applications.
3536
- GET getApplicationEndpointsByID: Returns endpoint information for all
3637
Applications registered to a specified applicationEndpointId.
3738
- PUT updateApplicationEndpoint: Update registered application endpoint
@@ -64,7 +65,8 @@ info:
6465
6566
[GSMA Mobile Connect Account Takeover Protection specification]
6667
(https://www.gsma.com/identity/wp-content/uploads/2022/12/IDY.24-Mobile-
67-
Connect-Account-Takeover-Protection-Definition-and-Technical-Requirements-v2.0.pdf)
68+
Connect-Account-Takeover-Protection-Definition-and-Technical-Requirements-
69+
v2.0.pdf)
6870
was used as source of input for this API. For more about Mobile Connect,
6971
please see [Mobile Connect website](https://mobileconnect.io/).
7072
@@ -483,8 +485,8 @@ components:
483485
value:
484486
status: 400
485487
code: INVALID_ARGUMENT
486-
message: Client specified an invalid argument, request
487-
body or query param.
488+
message: Client specified an invalid argument, request body or
489+
query param.
488490
Generic401:
489491
description: Unauthorized
490492
headers:
@@ -500,8 +502,8 @@ components:
500502
value:
501503
status: 401
502504
code: UNAUTHENTICATED
503-
message: Request not authenticated due to missing, invalid,
504-
or expired credentials.
505+
message: Request not authenticated due to missing, invalid, or
506+
expired credentials.
505507
Generic403:
506508
description: Forbidden
507509
headers:
@@ -513,22 +515,23 @@ components:
513515
$ref: '#/components/schemas/ErrorInfo'
514516
examples:
515517
GENERIC_403_PERMISSION_DENIED:
516-
description: Permission denied. OAuth2 token access does not
517-
have the required scope or when the user fails operational
518-
security
518+
description: |
519+
Permission denied. OAuth2 token access does not have the required
520+
scope or when the user fails operational security
519521
value:
520522
status: 403
521523
code: PERMISSION_DENIED
522-
message: Client does not have sufficient permissions to
523-
perform this action.
524+
message: Client does not have sufficient permissions to perform
525+
this action.
524526
GENERIC_403_INVALID_TOKEN_CONTEXT:
525-
description: Reflect some inconsistency between information in
526-
some field of the API and the related OAuth2 Token
527+
description: |
528+
Reflect some inconsistency between information in some field
529+
of the API and the related OAuth2 Token
527530
value:
528531
status: 403
529532
code: INVALID_TOKEN_CONTEXT
530-
message: applicationProfileId is not consistent with access
531-
token
533+
message: applicationProfileId is not consistent with
534+
access token
532535
Generic404:
533536
description: Not found
534537
headers:
@@ -562,9 +565,10 @@ components:
562565
code: NOT_SUPPORTED
563566
message: Service not supported for this applicationProfileId
564567
UNIDENTIFIABLE_APPLICATION_PROFILE:
565-
description: The Application Profile is not included in the
566-
request and the profile information cannot be derived from
567-
the 3-legged access token
568+
description: |
569+
The Application Profile is not included in the request
570+
and the profile information cannot be derived
571+
from the 3-legged access token
568572
value:
569573
status: 422
570574
code: UNIDENTIFIABLE_APPLICATION_PROFILE
@@ -597,8 +601,8 @@ components:
597601
examples:
598602
GENERIC_503_UNAVAILABLE:
599603
description: Service is not available.
600-
Temporary situation usually related to maintenance process
601-
in the server side
604+
Temporary situation usually related to maintenance process in
605+
the server side
602606
value:
603607
status: 503
604608
code: UNAVAILABLE

0 commit comments

Comments
 (0)