Skip to content

Commit

Permalink
daily update 20240125T000256
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 25, 2024
1 parent d2b1b52 commit 19c99b4
Showing 1 changed file with 0 additions and 71 deletions.
71 changes: 0 additions & 71 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 19c99b4

Please sign in to comment.