Skip to content

Commit

Permalink
Merge pull request #77 from SfnUser/main
Browse files Browse the repository at this point in the history
Fixed two typos in code/API_definitions/qod-api.yaml
  • Loading branch information
hdamker authored Jan 19, 2023
2 parents 5ce0f8a + 6abf0f3 commit ee5e8fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/API_definitions/qod-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ components:
notificationAuthToken:
type: string
example: "c8974e592c2fa383d4a3960714"
description: Authentification token for callback API
description: Authentication token for callback API
required:
- ueId
- asId
Expand Down Expand Up @@ -463,5 +463,5 @@ components:
schema:
$ref: "#/components/schemas/ErrorInfo"
example:
code: SERVICE_UNAVALIBLE
code: SERVICE_UNAVAILABLE
message: "Service unavailable"

0 comments on commit ee5e8fc

Please sign in to comment.