Skip to content

Commit 6c7bcbb

Browse files
committed
Fix description with Swagger UI
1 parent 9ac26e5 commit 6c7bcbb

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

swagger.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,7 @@ info:
55
termsOfService: https://www.netlify.com/legal/terms-of-use/
66
externalDocs:
77
url: https://www.netlify.com/docs/api/
8-
description: >-
9-
Netlify is a hosting service for the programmable web. It understands your
10-
documents and provides an API to handle atomic deploys of websites, manage
11-
form submissions, inject JavaScript snippets, and much more. This is a
12-
REST-style API that uses JSON for serialization and OAuth 2 for
13-
authentication.
14-
15-
16-
This document is an OpenAPI reference for the Netlify API that you can
17-
explore. For more detailed instructions for common uses, please visit the
18-
[online documentation](https://www.netlify.com/docs/api/). Visit our
19-
Community forum to join the conversation about
20-
[understanding and using Netlify’s API](https://community.netlify.com/t/common-issue-understanding-and-using-netlifys-api/160).
21-
22-
23-
Additionally, we have two API clients for your convenience:
24-
25-
- [Go Client](https://github.com/netlify/open-api#go-client)
26-
27-
- [JS Client](https://github.com/netlify/js-client)
8+
description: Online documentation
289
securityDefinitions:
2910
netlifyAuth:
3011
type: oauth2

0 commit comments

Comments
 (0)