@netlify/open-api
Advanced tools
Comparing version 0.5.0 to 0.6.0
{ | ||
"swagger": "2.0", | ||
"info": { | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"title": "Netlify's API definition" | ||
@@ -965,2 +965,16 @@ }, | ||
} | ||
}, | ||
"post": { | ||
"operationId": "createSiteBuild", | ||
"responses": { | ||
"200": { | ||
"description": "OK", | ||
"schema": { | ||
"$ref": "#/definitions/build" | ||
} | ||
}, | ||
"default": { | ||
"$ref": "#/responses/error" | ||
} | ||
} | ||
} | ||
@@ -1205,2 +1219,7 @@ }, | ||
{ | ||
"name": "size", | ||
"type": "integer", | ||
"in": "query" | ||
}, | ||
{ | ||
"name": "file_body", | ||
@@ -1253,2 +1272,7 @@ "in": "body", | ||
{ | ||
"name": "size", | ||
"type": "integer", | ||
"in": "query" | ||
}, | ||
{ | ||
"name": "file_body", | ||
@@ -2132,2 +2156,5 @@ "in": "body", | ||
"$ref": "#/definitions/repoInfo" | ||
}, | ||
"id_domain": { | ||
"type": "string" | ||
} | ||
@@ -2486,3 +2513,3 @@ } | ||
"properties": { | ||
"asset_management": { | ||
"large_media": { | ||
"type": "boolean" | ||
@@ -2489,0 +2516,0 @@ } |
{ | ||
"name": "@netlify/open-api", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "Netlify's open-api definition as a module", | ||
@@ -5,0 +5,0 @@ "main": "js/dist/swagger.json", |
@@ -11,3 +11,3 @@ # open-api | ||
The [`swagger.yml`](swagger.yml) file is the master copy of the Open API 2.0 definition. Additional context on using the API can be found on our [docs site](https://www.netlify.com/docs/api/). | ||
The [`swagger.yml`](swagger.yml) file is the master copy of the Open API 2.0 definition. Additional context on using the API can be found on our [docs site](https://www.netlify.com/docs/api/). | ||
@@ -14,0 +14,0 @@ The spec is published and versioned for various ecosystems: |
Sorry, the diff of this file is not supported yet
106668
3170