Skip to content

Commit 158bfe3

Browse files
committed
fixing linting issues.
1 parent b30d999 commit 158bfe3

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

code/API_definitions/Application-endpoint-registration.yaml

+20-10
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ info:
3030
The API provides 4 operations:
3131
- POST registerApplicationEndpoints: Registers the Application Endpoints
3232
of a deployed application to a specified edge cloud zone.
33-
- GET getAllRegisteredApplicationEndpoints: Returns endpoint information for all
34-
registered Applications.
33+
- GET getAllRegisteredApplicationEndpoints: Returns endpoint information
34+
for all registered Applications.
3535
- GET getApplicationEndpointsByID: Returns endpoint information for all
3636
Applications registered to a specified applicationEndpointId.
3737
- PUT updateApplicationEndpoint: Update registered application endpoint
@@ -483,7 +483,8 @@ components:
483483
value:
484484
status: 400
485485
code: INVALID_ARGUMENT
486-
message: Client specified an invalid argument, request body or query param.
486+
message: Client specified an invalid argument, request
487+
body or query param.
487488
Generic401:
488489
description: Unauthorized
489490
headers:
@@ -499,7 +500,8 @@ components:
499500
value:
500501
status: 401
501502
code: UNAUTHENTICATED
502-
message: Request not authenticated due to missing, invalid, or expired credentials.
503+
message: Request not authenticated due to missing, invalid,
504+
or expired credentials.
503505
Generic403:
504506
description: Forbidden
505507
headers:
@@ -511,17 +513,22 @@ components:
511513
$ref: '#/components/schemas/ErrorInfo'
512514
examples:
513515
GENERIC_403_PERMISSION_DENIED:
514-
description: Permission denied. OAuth2 token access does not have the required scope or when the user fails operational security
516+
description: Permission denied. OAuth2 token access does not
517+
have the required scope or when the user fails operational
518+
security
515519
value:
516520
status: 403
517521
code: PERMISSION_DENIED
518-
message: Client does not have sufficient permissions to perform this action.
522+
message: Client does not have sufficient permissions to
523+
perform this action.
519524
GENERIC_403_INVALID_TOKEN_CONTEXT:
520-
description: Reflect some inconsistency between information in some field of the API and the related OAuth2 Token
525+
description: Reflect some inconsistency between information in
526+
some field of the API and the related OAuth2 Token
521527
value:
522528
status: 403
523529
code: INVALID_TOKEN_CONTEXT
524-
message: applicationProfileId is not consistent with access token
530+
message: applicationProfileId is not consistent with access
531+
token
525532
Generic404:
526533
description: Not found
527534
headers:
@@ -555,7 +562,9 @@ components:
555562
code: NOT_SUPPORTED
556563
message: Service not supported for this applicationProfileId
557564
UNIDENTIFIABLE_APPLICATION_PROFILE:
558-
description: The Application Profile is not included in the request and the profile information cannot be derived from the 3-legged access token
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
559568
value:
560569
status: 422
561570
code: UNIDENTIFIABLE_APPLICATION_PROFILE
@@ -588,7 +597,8 @@ components:
588597
examples:
589598
GENERIC_503_UNAVAILABLE:
590599
description: Service is not available.
591-
Temporary situation usually related to maintenance process in the server side
600+
Temporary situation usually related to maintenance process
601+
in the server side
592602
value:
593603
status: 503
594604
code: UNAVAILABLE

0 commit comments

Comments
 (0)