Skip to content

Instantly share code, notes, and snippets.

@waldekmastykarz
Created March 31, 2025 08:57
Show Gist options
  • Save waldekmastykarz/8d140914a3f64110d9baff34efc1c7ef to your computer and use it in GitHub Desktop.
Save waldekmastykarz/8d140914a3f64110d9baff34efc1c7ef to your computer and use it in GitHub Desktop.
SharePoint REST API API spec
openapi: 3.0.4
info:
title: SharePoint REST API
description: SharePoint REST API
version: v1.0
servers:
- url: https://{tenant}.sharepoint.com
variables:
tenant:
default: contoso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment