UPDATE: Swagger
All checks were successful
Build and Release / release (push) Successful in 1m7s

This commit is contained in:
2026-04-26 20:30:42 +07:00
parent 6918a100fc
commit eb08c16232
6 changed files with 43 additions and 0 deletions

View File

@@ -1300,6 +1300,11 @@
},
"/projects": {
"get": {
"security": [
{
"BearerAuth": []
}
],
"description": "Search and filter projects with pagination",
"consumes": [
"application/json"
@@ -1452,6 +1457,11 @@
},
"/projects/{id}": {
"get": {
"security": [
{
"BearerAuth": []
}
],
"description": "Retrieve project details by specific ID",
"consumes": [
"application/json"
@@ -1681,6 +1691,11 @@
},
"/projects/{id}/commits": {
"get": {
"security": [
{
"BearerAuth": []
}
],
"description": "Retrieve all commits for a specific project",
"consumes": [
"application/json"