-
Notifications
You must be signed in to change notification settings - Fork 34
/
apis.yaml
54 lines (54 loc) · 1.68 KB
/
apis.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# yaml-language-server: $schema=https://raw.githubusercontent.com/apis-json/api-json/develop/spec/schema_0.14.json
name: Microsoft Graph OpenAPI registry
url: https://graph.microsoft.com
maintainers:
- name: Microsoft Graph
email: graphsdkpub+openapi@microsoft.com
FN: Microsoft Graph
description: This repository contains the OpenAPI definitions for Microsoft Graph APIs.
tags:
- microsoft
- graph
- msgraph
- microsoftgraph
- office365
- microsoft365
- intune
- exchange
- sharepoint
- onedrive
- teams
- outlook
- active
- directory
- planner
- todo
- excel
- word
- powerpoint
- onenote
apis:
- name: Microsoft Graph v1.0
description: The Microsoft Graph API offers a single endpoint, to provide access to rich, people-centric data and insights in the Microsoft cloud.
baseURL: https://graph.microsoft.com/v1.0
contact:
- name: Microsoft Graph
email: graphsdkpub+openapi@microsoft.com
FN: Microsoft Graph
image: https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/dev/documentation/images/graph_color256.png
humanURL: https://developer.microsoft.com/en-us/graph/docs/concepts/overview
properties:
- type: X-openapi
url: openapi/v1.0/openapi.yaml
- name: Microsoft Graph beta
description: Preview APIs for Microsoft Graph.
baseURL: https://graph.microsoft.com/beta
contact:
- name: Microsoft Graph
email: graphsdkpub+openapi@microsoft.com
FN: Microsoft Graph
image: https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/dev/documentation/images/graph_color256.png
humanURL: https://developer.microsoft.com/en-us/graph/docs/concepts/overview
properties:
- type: X-openapi
url: openapi/beta/openapi.yaml