Skip to content

Commit

Permalink
- adds a sample for raw count
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Mar 17, 2022
1 parent c370eb7 commit b969f49
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions openApiDocs/v1.0/Mail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ servers:
- url: https://graph.microsoft.com/v1.0/
description: Core
paths:
'/users/$count':
description: Provides operations to count the resources in the collection.
get:
summary: Get the number of the resource
operationId: Get.Count.tabs-b645
responses:
'200':
$ref: '#/components/responses/ODataCountResponse'
4XX:
$ref: '#/components/responses/error'
5XX:
$ref: '#/components/responses/error'
'/users/{user-id}/inferenceClassification':
get:
tags:
Expand Down

0 comments on commit b969f49

Please sign in to comment.