Skip to content

Commit

Permalink
Update du.measure.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Radu Iviniciu <[email protected]>
  • Loading branch information
radu-iviniciu authored Sep 11, 2023
1 parent 7c6b6fe commit 2b97399
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion definitions/du.measure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ paths:
- Measure
operationId: ratings
parameters:
- name: api-version
in: query
description: Version of the APIs.
required: true
schema:
enum:
- "1"
type: string
- name: projectId
in: path
required: true
Expand All @@ -34,6 +42,14 @@ paths:
- Measure
operationId: recommendations
parameters:
- name: api-version
in: query
description: Version of the APIs.
required: true
schema:
enum:
- "1"
type: string
- name: projectId
in: path
required: true
Expand Down Expand Up @@ -164,4 +180,4 @@ servers:
default: my-org
tenant:
description: The tenant name (or id)
default: my-tenant
default: my-tenant

0 comments on commit 2b97399

Please sign in to comment.