diff --git a/code/API_definitions/device-identifier.yaml b/code/API_definitions/device-identifier.yaml index 93d43e5..86429de 100644 --- a/code/API_definitions/device-identifier.yaml +++ b/code/API_definitions/device-identifier.yaml @@ -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" @@ -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.