diff --git a/code/API_definitions/qos-profiles.yaml b/code/API_definitions/qos-profiles.yaml index 9ae2132ce..8e6b8c2fd 100644 --- a/code/API_definitions/qos-profiles.yaml +++ b/code/API_definitions/qos-profiles.yaml @@ -75,17 +75,21 @@ tags: description: Manage QoS Profiles paths: - /qos-profiles: + /retrieve-qos-profiles: post: tags: - QoS Profiles - summary: Get QoS profiles available for a given device + summary: Retrieve QoS profiles description: | Returns all QoS Profiles that match the given criteria. **NOTES:** - The access token may be either a 2-legged or 3-legged access token. - If the access token is 3-legged, all returned QoS Profiles will be available to all end users associated with the access token. - operationId: qosProfilesDevice + + security: + - openId: + - qos-profiles:read + operationId: retrieveQoSProfiles parameters: - $ref: "#/components/parameters/x-correlator" requestBody: @@ -137,7 +141,7 @@ paths: security: - openId: - - qos-profiles:qos-profiles:read + - qos-profiles:read parameters: - name: name in: path