From 19c99b4fe7e904bbc0976473bfb554a28dbfaa01 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 25 Jan 2024 00:02:56 +0000 Subject: [PATCH] daily update 20240125T000256 --- swagger.json | 71 ---------------------------------------------------- 1 file changed, 71 deletions(-) diff --git a/swagger.json b/swagger.json index 41f7fa8..0f294eb 100644 --- a/swagger.json +++ b/swagger.json @@ -254,29 +254,6 @@ }, "description": "Credentials provided are invalid." }, - "401_invalid_token_classic": { - "content": { - "application/json": { - "examples": { - "invalid_token": { - "summary": "Token is invalid", - "value": { - "message": "Invalid token provided." - } - } - }, - "schema": { - "additionalProperties": false, - "properties": { - "message": { - "type": "string" - } - } - } - } - }, - "description": "Credentials provided are invalid." - }, "403_permission_denied": { "content": { "application/json": { @@ -293,22 +270,6 @@ }, "description": "None or insufficient credentials provided." }, - "403_permission_denied_classic": { - "content": { - "application/json": { - "schema": { - "additionalProperties": false, - "properties": { - "message": { - "default": "Permission denied", - "type": "string" - } - } - } - } - }, - "description": "None or insufficient credentials provided." - }, "404_entity_not_found": { "content": { "application/json": { @@ -372,22 +333,6 @@ }, "description": "Insufficient credentials for a private project, OR the organization, project, or repository does not exist." }, - "404_project_not_found_classic": { - "content": { - "application/json": { - "schema": { - "additionalProperties": false, - "properties": { - "message": { - "default": "Project not found", - "type": "string" - } - } - } - } - }, - "description": "Insufficient credentials for a private project, OR the organization, project, or repository does not exist." - }, "405_cannot_create_standalone_project": { "content": { "application/json": { @@ -507,22 +452,6 @@ }, "description": "API rate limits exceeded." }, - "429_rate_limit_exceeded_classic": { - "content": { - "application/json": { - "schema": { - "additionalProperties": false, - "properties": { - "message": { - "default": "Rate limit exceeded", - "type": "string" - } - } - } - } - }, - "description": "API rate limits exceeded." - }, "500_internal_server_error": { "content": { "application/json": {