-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Problem description
The 'DeviceResponse` object is described as follows:
An identifier for the end-user equipment able to connect to the network that the response refers to. This parameter is only returned when the API consumer includes the
deviceparameter in their request (i.e. they are using a two-legged access token), and is relevant when more than one device identifier is specified, as only one of those device identifiers is allowed in the response.If the API consumer provides more than one device identifier in their request, the API provider must return a single identifier which is the one they are using to fulfil the request, even if the identifiers do not match the same device. API provider does not perform any logic to validate/correlate that the indicated device identifiers match the same device. No error should be returned if the identifiers are otherwise valid to prevent API consumers correlating different identifiers with a given end user.
It is not clear if the API provider may | should include the $.device property if only a single identifier was provided in the request.
Expected action
Clarify if the API provider may | should include the $.device property if only a single identifier was provided in the request.
Additional context