Skip to content
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
20 changes: 9 additions & 11 deletions code/API_definitions/device-identifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ components:

200RetrieveType:
description: A device identifier has been found for the specified subscriber

headers:
x-correlator:
$ref: "#/components/headers/X-Correlator"
Expand Down Expand Up @@ -777,22 +776,21 @@ components:
}

ErrorInfo:
description: Common CAMARA error response object
type: object
required:
- status
- code
- message
properties:
code:
type: string
description: A short, human-readable summary of the problem type
status:
type: integer
description: The HTTP status code
description: HTTP response status code
code:
type: string
description: A human-readable code to describe the error
message:
type: string
description: This parameter appears when there was an error. Human readable explanation specific to this occurrence of the problem
required:
- code
- status
- message
description: A human-readable description of what the event represents

NetworkAccessIdentifier:
description: A public identifier addressing a subscription in a mobile network. In 3GPP terminology, it corresponds to the GPSI formatted with the External Identifier ({Local Identifier}@{Domain Identifier}). Unlike the telephone number, the network access identifier is not subjected to portability ruling in force, and is individually managed by each operator.
Expand Down