From b372bd687d8b17de065dcfd9d84e3f522d2b0529 Mon Sep 17 00:00:00 2001 From: github-openapi-bot Date: Mon, 15 Aug 2022 15:13:42 -0700 Subject: [PATCH] Update OpenAPI Descriptions --- .../dereferenced/api.github.com.deref.json | 72 ++++++++++++++++++- 1 file changed, 70 insertions(+), 2 deletions(-) diff --git a/lib/rest/static/dereferenced/api.github.com.deref.json b/lib/rest/static/dereferenced/api.github.com.deref.json index 48d43958b3..16578a0186 100644 --- a/lib/rest/static/dereferenced/api.github.com.deref.json +++ b/lib/rest/static/dereferenced/api.github.com.deref.json @@ -242553,8 +242553,8 @@ "examples": { "default": { "value": { - "repository_id": 1, - "ref": "main" + "ref": "main", + "machine": "standardLinux32gb" } } } @@ -248508,6 +248508,74 @@ } } }, + "400": { + "description": "Bad Request", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + }, + "application/scim+json": { + "schema": { + "title": "Scim Error", + "description": "Scim Error", + "type": "object", + "properties": { + "message": { + "type": [ + "string", + "null" + ] + }, + "documentation_url": { + "type": [ + "string", + "null" + ] + }, + "detail": { + "type": [ + "string", + "null" + ] + }, + "status": { + "type": "integer" + }, + "scimType": { + "type": [ + "string", + "null" + ] + }, + "schemas": { + "type": "array", + "items": { + "type": "string" + } + } + } + } + } + } + }, "401": { "description": "Requires authentication", "content": {